[add] initial commit

This commit is contained in:
2020-08-15 10:31:05 -05:00
commit 29f8b6692e
12 changed files with 1415 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "namesilo_cli"
version = "0.1.0"
authors = ["Pascal"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
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