raspa/Cargo.toml

14 lines
379 B
TOML
Raw Normal View History

2020-05-05 18:46:37 +00:00
[package]
name = "raspa"
version = "0.1.0"
2021-01-18 02:01:06 +00:00
authors = ["kirbylife <kirbylife@protonmail.com>"]
2020-05-05 18:46:37 +00:00
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-01-18 02:01:06 +00:00
reqwest = { version = "0.10", features = ["blocking", "json"] }
tokio = { version = "0.2", features = ["full"] }
url = "2.1"
http = "0.2"
nipper = "0.1.8"