[package] name = "sal-zinit-client" version = "0.1.0" edition = "2021" authors = ["PlanetFirst "] description = "SAL Zinit Client - Rust interface for interacting with Zinit process supervisor daemon" repository = "https://git.threefold.info/herocode/sal" license = "Apache-2.0" [dependencies] # Core dependencies anyhow = { workspace = true } futures = { workspace = true } lazy_static = { workspace = true } log = { workspace = true } serde_json = { workspace = true } thiserror = { workspace = true } tokio = { workspace = true } # Zinit client zinit-client = { workspace = true } # Rhai integration rhai = { workspace = true } [dev-dependencies] tokio-test = { workspace = true } tempfile = { workspace = true }