prototype-unit-cli/Cargo.toml
Ava Hahn 57e626f80a initial commit
Signed-off-by: Ava Hahn <a.hahn@f5.com>
2024-04-15 17:40:45 -07:00

13 lines
336 B
TOML

[package]
name = "unitctl"
version = "0.1.0"
edition = "2021"
about = "A client to operate the NGINX Unit control API"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.5.4", features = ["derive"] }
curl = "0.4.46"
http = "1.1.0"
yaml-rust = "0.4.5"