This commit is contained in:
2025-08-05 15:33:03 +02:00
parent 7856fc0a4e
commit 0c02d0e99f
326 changed files with 334 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
[package]
name = "sal-zinit-client"
version = "0.1.0"
edition = "2021"
authors = ["PlanetFirst <info@incubaid.com>"]
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 = "1.0.98"
futures = "0.3.30"
lazy_static = "1.4.0"
log = "0.4"
serde_json = "1.0"
thiserror = "2.0.12"
tokio = { version = "1.45.0", features = ["full"] }
# Zinit client
zinit-client = "0.4.0"
# Rhai integration
rhai = { version = "1.12.0", features = ["sync"] }
[dev-dependencies]
tokio-test = "0.4.4"
tempfile = "3.5"