rss-anime-notifier-rs/Cargo.toml

19 lines
449 B
TOML
Raw Normal View History

2020-10-25 05:13:18 +00:00
[package]
name = "rss-anime-notifier-rs"
2020-12-03 06:25:07 +00:00
version = "0.2.0"
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]
rss = "1.9.0"
chrono = "0.4.19"
serde_json = "1.0"
2020-10-25 15:27:15 +00:00
reqwest = "0.10.8"
serde = { version = "1.0.117", features = ["derive"] }
2020-12-02 05:17:37 +00:00
tokio = { version = "0.2.22", features = ["rt-core"] }