implemented zinit-client for integration with Rhai-scripts

This commit is contained in:
Maxime Van Hees
2025-05-08 17:03:00 +02:00
parent 2cd9faf4fa
commit 61bd58498a
6 changed files with 611 additions and 0 deletions

View File

@@ -27,6 +27,10 @@ log = "0.4" # Logging facade
rhai = { version = "1.12.0", features = ["sync"] } # Embedded scripting language
rand = "0.8.5" # Random number generation
clap = "2.33" # Command-line argument parsing
zinit-client = { git = "https://github.com/threefoldtech/zinit", branch = "json_rpc", package = "zinit-client" }
anyhow = "1.0.98"
jsonrpsee = "0.25.1"
tokio = "1.45.0"
# Optional features for specific OS functionality
[target.'cfg(unix)'.dependencies]