feat: refactor projects

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-10-26 22:27:16 +02:00
parent 350a3669b0
commit 6729f6e794
20 changed files with 614 additions and 220 deletions

View File

@@ -0,0 +1,20 @@
[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