chore: convert to cargo workspace with four crates

This commit is contained in:
2026-05-25 11:17:24 +02:00
parent c252bd7716
commit 5b1314b0af
11 changed files with 1256 additions and 8 deletions
+17
View File
@@ -0,0 +1,17 @@
[package]
name = "xy-supervisor"
edition.workspace = true
version.workspace = true
license.workspace = true
[dependencies]
xy-protocol.workspace = true
tokio.workspace = true
tracing.workspace = true
thiserror.workspace = true
nix.workspace = true
async-trait.workspace = true
[dev-dependencies]
tokio-test.workspace = true
tempfile.workspace = true