cuddle-v2/crates/cuddle/Cargo.toml
kjuulh 2cfaaf83ed
feat: temporarily changing the name of the binary
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-10-26 14:03:08 +02:00

24 lines
418 B
TOML

[package]
name = "cuddle-v2"
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.workspace = true
serde_json.workspace = true
uuid.workspace = true
toml = "0.8.19"
fs_extra = "1.3.0"
dirs = "5.0.1"
walkdir = "2.5.0"
sha256 = "1.5.0"
blake3 = "1.5.4"