oe/Cargo.toml
kjuulh ff55446e8c
feat: add oe
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-01-11 21:31:49 +01:00

14 lines
369 B
TOML

[workspace]
members = ["crates/*"]
resolver = "2"
[workspace.dependencies]
oe = { path = "crates/oe" }
anyhow = { version = "1.0.71" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.17" }
clap = { version = "4.3.4", features = ["derive", "env"] }
dotenv = { version = "0.15.0" }