[ref][add] refactored code to use clap and added basic calls

This commit is contained in:
2022-10-02 01:00:48 -05:00
parent 29f8b6692e
commit df6c8744ed
15 changed files with 1191 additions and 520 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "namesilo_cli"
name = "nscli"
version = "0.1.0"
authors = ["Pascal"]
edition = "2018"
@@ -7,6 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.0.8", features = ["derive"] }
reqwest = { version = "0.10", features = ["blocking", "json"] } # MIT/Apache-2.0
url = { version = "2.1.1" } # MIT/Apache-2.0
xml-rs = { version = "0.8" } # MIT/Apache-2.0
roxmltree = { version = "0.15.0" } # MIT/Apache-2.0