mangafetchi/Cargo.toml

18 lines
441 B
TOML
Raw Normal View History

2021-01-08 17:29:45 +00:00
[package]
name = "mangafetchi"
2021-01-10 07:25:01 +00:00
version = "0.1.4"
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"
reqwest = "0.11"
quick-xml = "0.20"
tokio = { version = "1.0", features = ["rt-multi-thread", "sync", "time"] }