@@ -1,7 +1,13 @@
|
||||
[package]
|
||||
name = "nocontrol"
|
||||
version = "0.1.0"
|
||||
version.workspace = true
|
||||
edition = "2024"
|
||||
description = "No control is an early version of a distributed work-stealing orchestrator"
|
||||
repository = "https://git.kjuulh.io/kjuulh/nocontrol"
|
||||
readme = "../../README.md"
|
||||
license-file = "../../LICENSE"
|
||||
publish = true
|
||||
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
@@ -18,7 +24,7 @@ tracing.workspace = true
|
||||
uuid = { version = "1.19.0", features = ["serde", "v4", "v7"] }
|
||||
|
||||
[dev-dependencies]
|
||||
nocontrol-tui = { path = "../nocontrol-tui" }
|
||||
nocontrol-tui = { path = "../nocontrol-tui", version = "0.1.0" }
|
||||
insta = "1.46.0"
|
||||
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
|
||||
tracing-test = { version = "0.2.5", features = ["no-env-filter"] }
|
||||
|
||||
Reference in New Issue
Block a user