feat: move examples out

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-01-07 10:33:18 +01:00
parent 6bd23f3b49
commit 01f7bc9c83
6 changed files with 54 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
[workspace]
members = ["crates/*"]
members = ["crates/*", "examples/*"]
resolver = "2"
[workspace.package]
@@ -7,7 +7,12 @@ version = "0.0.1"
[workspace.dependencies]
nocontrol = { path = "crates/nocontrol" }
nocontrol-tui = { path = "crates/nocontrol-tui" }
anyhow = { version = "1.0.71" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }
rand = "0.9.2"
uuid = { version = "1.19.0", features = ["serde", "v4", "v7"] }
serde = { version = "1.0.228", features = ["derive"] }
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }