nhentairs/Cargo.toml

18 lines
440 B
TOML
Raw Permalink Normal View History

2020-09-12 12:26:07 +00:00
[package]
name = "nhentairs"
2023-10-28 02:09:53 +00:00
version = "0.6.0"
2020-09-12 12:26:07 +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-26 17:28:11 +00:00
reqwest = "0.11"
2023-10-28 00:04:40 +00:00
tokio = { version = "1.33", features = ["rt-multi-thread", "sync", "time"] }
quick-xml = "0.31"