mangafetchi/Cargo.toml

19 lines
453 B
TOML
Raw Permalink Normal View History

2021-01-08 17:29:45 +00:00
[package]
name = "mangafetchi"
2021-02-05 05:29:34 +00:00
version = "0.1.8"
2021-01-08 17:29:45 +00:00
authors = ["blank X <theblankx@protonmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
lto = true
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
2021-01-11 15:38:08 +00:00
url = "2.2"
2021-01-08 17:29:45 +00:00
reqwest = "0.11"
quick-xml = "0.20"
tokio = { version = "1.0", features = ["rt-multi-thread", "sync", "time"] }