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

18 lines
359 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"] }
toml = "0.8.19"