warriors-names/Cargo.toml

19 lines
548 B
TOML
Raw Normal View History

2020-10-22 18:34:28 +00:00
[package]
name = "warriors-names"
2020-10-27 23:20:24 +00:00
version = "0.1.3"
2020-10-22 18:34:28 +00:00
authors = ["asonix <asonix@asonix.dog>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
rand = "0.7"
2020-10-22 19:02:12 +00:00
reqwest = { version = "0.10", default-features = false, features = ["json", "rustls-tls"] }
2020-10-22 18:34:28 +00:00
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
2020-10-22 18:34:28 +00:00
toml = "0.5"
tokio = { version = "0.3", features = ["full"] }
tokio-compat-02 = "0.1"
url = { version = "2.0", features = ["serde"] }