herolib_rust/packages/clients/zinitclient/Cargo.toml
2025-08-05 16:00:24 +02:00

29 lines
739 B
TOML

[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 = { 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 }