diplonat/Cargo.toml

17 lines
415 B
TOML
Raw Normal View History

2020-02-12 17:33:10 +00:00
[package]
name = "diplonat"
version = "0.1.0"
authors = ["Quentin <quentin@deuxfleurs.fr>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { version = "0.10", features = ["json"] }
2020-02-12 17:33:10 +00:00
igd = { version = "0.10.0", features = ["aio"] }
2020-05-09 13:33:02 +00:00
log = "0.4"
pretty_env_logger = "0.4"
2020-02-12 17:33:10 +00:00
tokio = "0.2.11"
2020-05-09 13:33:02 +00:00
serde = "1.0.107"
2020-05-09 14:04:06 +00:00
anyhow = "1.0.28"