kjuulh
eb684ef8e9
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #50 Co-authored-by: kjuulh <contact@kjuulh.io> Co-committed-by: kjuulh <contact@kjuulh.io>
16 lines
399 B
TOML
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" }
|