rss-anime-notifier-rs/Cargo.toml

19 lines
438 B
TOML
Raw Normal View History

2020-10-25 05:13:18 +00:00
[package]
name = "rss-anime-notifier-rs"
2022-04-30 10:54:44 +00:00
version = "0.2.4"
2020-10-25 05:13:18 +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 10:54:44 +00:00
quick-xml = "0.22"
chrono = "0.4"
2020-10-25 05:13:18 +00:00
serde_json = "1.0"
2021-01-07 04:32:40 +00:00
reqwest = "0.11"
2022-04-30 10:54:44 +00:00
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.18", features = ["rt"] }