13 lines
374 B
TOML
13 lines
374 B
TOML
[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
|