implemented zinit-client for integration with Rhai-scripts
This commit is contained in:
		| @@ -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] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user