hetzner_rhai/Cargo.toml
2025-07-17 13:38:16 +02:00

16 lines
316 B
TOML

[package]
name = "hetzner_rhai"
version = "0.1.0"
edition = "2024"
[dependencies]
hcloud = "0.21.0"
reqwest = "0.12.22"
rhai = { version = "1.22.2", features = ["sync", "serde"] }
tokio = { version = "1.46.1", features = ["full"] }
ping = "0.6.1"
prettytable-rs = "0.10.0"
serde = "1.0.219"
serde_json = "1.0.122"