planet-mars/Cargo.toml

19 lines
504 B
TOML
Raw Normal View History

2025-01-10 11:39:54 +02:00
[package]
name = "planet-mars"
version = "0.1.0"
edition = "2021"
[dependencies]
2025-01-10 20:17:06 +02:00
anyhow = "*"
2025-01-10 11:39:54 +02:00
clap = { version = "*", features = ["derive"] }
env_logger = "*"
feed-rs = "*"
log = "*"
ron = "*" # todo for development, to check atom-rs internal representation of feeds
2025-01-10 11:39:54 +02:00
serde = { version = "*", features = ["derive"] }
slug = "*"
tera = "*"
toml = "*"
ureq = { version = "3.0.0-rc5", features = ["brotli", "charset", "gzip", "native-tls"]}
url = "*"
quick-xml = { version = "*", features = ["serialize"] }