rss-anime-notifier-rs/Cargo.toml

19 lines
419 B
TOML

[package]
name = "rss-anime-notifier-rs"
version = "0.1.0"
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"
warp = "0.2.5"
reqwest = "0.10.8"
chrono = "0.4.19"
serde_json = "1.0"
tokio = { version = "0.2.22", features = ["rt-core", "macros"] }