cuddle-v2/crates/cuddle/Cargo.toml
kjuulh 5bc831da10
feat: add basic cli
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-08-23 21:53:25 +02:00

17 lines
343 B
TOML

[package]
name = "cuddle"
edition = "2021"
version.workspace = true
[dependencies]
anyhow.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
clap.workspace = true
dotenv.workspace = true
serde = { version = "1.0.197", features = ["derive"] }
uuid = { version = "1.7.0", features = ["v4"] }