ptth/Cargo.toml

14 lines
292 B
TOML
Raw Normal View History

2020-10-27 01:42:10 +00:00
[package]
name = "ptth"
version = "0.1.0"
authors = ["_"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
futures = "0.3.7"
hyper = "0.13.8"
reqwest = "0.10.8"
2020-10-27 01:42:10 +00:00
tokio = { version = "0.2", features = ["full"] }