kjuulh
f112bcf1a9
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
15 lines
445 B
TOML
15 lines
445 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", tag = "v0.1.1" }
|