2020-10-25 05:13:18 +00:00
|
|
|
[package]
|
|
|
|
name = "rss-anime-notifier-rs"
|
2020-10-29 06:23:33 +00:00
|
|
|
version = "0.1.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]
|
|
|
|
rss = "1.9.0"
|
|
|
|
warp = "0.2.5"
|
|
|
|
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-10-25 05:13:18 +00:00
|
|
|
tokio = { version = "0.2.22", features = ["rt-core", "macros"] }
|