initial commit

Signed-off-by: Ava Hahn <a.hahn@f5.com>
This commit is contained in:
Ava Hahn 2024-04-15 17:24:35 -07:00
parent 4fdfea80bf
commit 57e626f80a
5 changed files with 7035 additions and 0 deletions

13
Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[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"