14 lines
266 B
TOML
14 lines
266 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"
|
|
prettytable-rs = "0.10.0"
|