cuddle-v2/crates/cuddle-rust-actions/Cargo.toml
kjuulh 6729f6e794
feat: refactor projects
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-10-26 22:27:16 +02:00

21 lines
404 B
TOML

[package]
name = "cuddle-rust-actions"
edition = "2021"
version.workspace = true
[dependencies]
cuddle-lazy.workspace = true
cuddle-actions-api.workspace = true
serde.workspace = true
tokio.workspace = true
tracing.workspace = true
anyhow.workspace = true
dirs.workspace = true
walkdir.workspace = true
sha256.workspace = true
blake3.workspace = true
uuid.workspace = true
serde_json.workspace = true