15 lines
464 B
TOML
15 lines
464 B
TOML
[workspace]
|
|
members = ["crates/*", "ci"]
|
|
resolver = "2"
|
|
|
|
[workspace.dependencies]
|
|
|
|
anyhow = { version = "1.0.86" }
|
|
tokio = { version = "1", features = ["full"] }
|
|
tracing = { version = "0.1", features = ["log"] }
|
|
tracing-subscriber = { version = "0.3.18" }
|
|
clap = { version = "4.5.4", features = ["derive", "env"] }
|
|
dotenv = { version = "0.15.0" }
|
|
|
|
cuddle-clusters = { git = "https://git.front.kjuulh.io/kjuulh/cuddle-clusters", branch = "main" } #tag = "v0.1.1" }
|