rss-anime-notifier-rs/Cargo.toml

19 lines
448 B
TOML
Raw Normal View History

2020-10-25 05:13:18 +00:00
[package]
name = "rss-anime-notifier-rs"
2021-01-08 18:09:24 +00:00
version = "0.2.3"
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]
2021-01-08 18:09:24 +00:00
quick-xml = "0.20.0"
2020-10-25 05:13:18 +00:00
chrono = "0.4.19"
serde_json = "1.0"
2021-01-07 04:32:40 +00:00
reqwest = "0.11"
2020-10-25 15:27:15 +00:00
serde = { version = "1.0.117", features = ["derive"] }
2021-01-07 04:32:40 +00:00
tokio = { version = "1.0.1", features = ["rt"] }