raspa/Cargo.toml

17 lines
431 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"
2021-02-03 21:26:12 +00:00
nipper = "0.1.8"
serde_json = "1.0"
2021-03-15 01:38:41 +00:00
serde = "1.0"
cssifier = "0.1.3"