planet-mars/Cargo.toml
2025-01-11 21:17:55 +02:00

20 lines
504 B
TOML

[package]
name = "planet-mars"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "*"
clap = { version = "*", features = ["derive"] }
env_logger = "*"
feed-rs = "*"
log = "*"
ron = "*" # todo for development, to check atom-rs internal representation of feeds
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"] }