cuddle-v2/crates/cuddle/Cargo.toml
kjuulh 186f13a16c
feat: add actions sdk
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-08-26 09:05:58 +02:00

20 lines
348 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.workspace = true
serde_json.workspace = true
uuid.workspace = true
toml = "0.8.19"
fs_extra = "1.3.0"