Rust: aggregate projects into workspaces

This commit is contained in:
Paolo Tranquilli
2025-01-15 17:17:19 +01:00
parent 02ac61f328
commit 3c064284b0
31 changed files with 722 additions and 30 deletions

View File

@@ -36,3 +36,4 @@ glob = "0.3.2"
chrono = { version = "0.4.39", features = ["serde"] }
serde_json = "1.0.135"
dunce = "1.0.5"
toml = "0.8.19"