gitnow/Cargo.toml
kjuulh eb684ef8e9
All checks were successful
continuous-integration/drone/push Build is passing
chore: replace dotenv with dotenvy, a slightly more maintained version of the same library (#50)
Reviewed-on: #50
Co-authored-by: kjuulh <contact@kjuulh.io>
Co-committed-by: kjuulh <contact@kjuulh.io>
2025-01-07 23:21:32 +01:00

16 lines
399 B
TOML

[workspace]
members = ["crates/*"]
resolver = "2"
[workspace.package]
version = "0.3.3"
[workspace.dependencies]
anyhow = { version = "1" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
clap = { version = "4", features = ["derive", "env"] }
dotenvy = { version = "0.15.7" }