hentaihavenrs/Cargo.toml

19 lines
542 B
TOML
Raw Normal View History

2021-02-13 08:01:33 +00:00
[package]
name = "hentaihavenrs"
2022-04-30 13:07:56 +00:00
version = "0.1.2"
2021-02-13 08:01:33 +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]
2022-04-30 13:07:56 +00:00
tokio = { version = "1.18", features = ["rt"] }
2021-02-13 08:01:33 +00:00
reqwest = { version = "0.11", features = ["multipart", "rustls-tls"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
2022-04-30 13:07:56 +00:00
quick-xml = "0.22"
clap = { version = "3.1", features = ["std"], default-features = false }