19 lines
448 B
TOML
19 lines
448 B
TOML
[package]
|
|
name = "rss-anime-notifier-rs"
|
|
version = "0.2.3"
|
|
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]
|
|
quick-xml = "0.20.0"
|
|
chrono = "0.4.19"
|
|
serde_json = "1.0"
|
|
reqwest = "0.11"
|
|
serde = { version = "1.0.117", features = ["derive"] }
|
|
tokio = { version = "1.0.1", features = ["rt"] }
|