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

31 lines
930 B
TOML

[workspace]
members = ["crates/*", "**/actions/rust"]
resolver = "2"
[workspace.package]
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"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.18" }
clap = { version = "4", features = ["derive", "env", "string"] }
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"