hetzner_rhai/Cargo.toml

13 lines
240 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"] }
tokio = { version = "1.46.1", features = ["full"] }
ping = "0.6.1"