oe/crates/oe/Cargo.toml
kjuulh 51076be307
feat: with base oe
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-01-13 13:30:18 +01:00

16 lines
360 B
TOML

[package]
name = "oe"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
clap.workspace = true
dotenv.workspace = true
reqwest = { version = "0.11.23", features = ["json"] }
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"