gitnow/Cargo.toml
kjuulh 348e448ce9
All checks were successful
continuous-integration/drone/push Build is passing
feat: use termwiz as backend as that enables a ptty, which can be cleaned up nicely
2024-09-23 22:16:19 +02:00

16 lines
396 B
TOML

[workspace]
members = ["crates/*"]
resolver = "2"
[workspace.package]
version = "0.2.0"
[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"] }
dotenv = { version = "0.15" }