2024-08-23 21:51:42 +02:00
|
|
|
[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
|
2024-08-26 09:05:58 +02:00
|
|
|
serde.workspace = true
|
|
|
|
serde_json.workspace = true
|
|
|
|
uuid.workspace = true
|
2024-08-23 21:51:42 +02:00
|
|
|
|
2024-08-23 23:21:53 +02:00
|
|
|
toml = "0.8.19"
|
2024-08-24 00:45:16 +02:00
|
|
|
fs_extra = "1.3.0"
|
2024-10-26 00:23:17 +02:00
|
|
|
dirs = "5.0.1"
|
|
|
|
walkdir = "2.5.0"
|
|
|
|
sha256 = "1.5.0"
|
|
|
|
blake3 = "1.5.4"
|