Add durable namespace control, Iroh-backed source transfer, session-independent publication lifetime, and wire managed Myelin jobs and bindings through the reusable data-plane API.
19 lines
369 B
TOML
19 lines
369 B
TOML
[package]
|
|
name = "provisioning"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = "AGPL-3.0-only"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
serde = { version = "1", features = ["derive"] }
|
|
swactor = { path = "../.." }
|
|
swactor-engine = { path = "../engine" }
|
|
|
|
[dev-dependencies]
|
|
parking_lot = "0.12"
|
|
serde_json = "1"
|
|
swactor-process = { path = "../process" }
|
|
|
|
[lints]
|
|
workspace = true
|