hyperlog/Cargo.toml
kjuulh 14ef235dd9
refactor: into crates
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-04-30 20:27:55 +02:00

15 lines
405 B
TOML

[workspace]
members = ["crates/*"]
resolver = "2"
[workspace.dependencies]
hyperlog-core = {path = "crates/hyperlog-core"}
anyhow = { version = "1" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.18" }
clap = { version = "4", features = ["derive", "env"] }
dotenv = { version = "0.15" }
axum = { version = "0.7" }