feat: update license

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-01-07 10:06:30 +01:00
parent cdedd9681b
commit 0d2b09ef97
4 changed files with 19 additions and 3 deletions

View File

@@ -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"] }