[add] initial commit
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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
|
||||
Reference in New Issue
Block a user