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

@@ -7,6 +7,11 @@ version = "0.2.0"
[workspace.dependencies]
cuddle = { path = "crates/cuddle" }
cuddle-actions = { path = "crates/cuddle-actions" }
cuddle-rust-actions = { path = "crates/cuddle-rust-actions" }
cuddle-lazy = { path = "crates/cuddle-lazy" }
cuddle-actions-api = { path = "crates/cuddle-actions-api" }
cuddle-value = { path = "crates/cuddle-value" }
anyhow = { version = "1" }
tokio = { version = "1", features = ["full"] }
@@ -17,3 +22,9 @@ dotenv = { version = "0.15" }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.127"
uuid = { version = "1.7.0", features = ["v4"] }
toml = "0.8.19"
dirs = "5.0.1"
walkdir = "2.5.0"
sha256 = "1.5.0"
blake3 = "1.5.4"
fs_extra = "1.3.0"