[ref][add] refactored code to use clap and added basic calls
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user