podbringer/Cargo.toml

19 lines
549 B
TOML
Raw Normal View History

2022-05-17 11:15:22 +02:00
[package]
name = "podbringer"
version = "0.1.0"
authors = ["Paul van Tilburg <paul@luon.net>"]
edition = "2021"
2022-05-20 16:43:39 +02:00
description = "Web service that provides podcasts for services that don't offer them (anymore)"
readme = "README.md"
2022-05-17 11:15:22 +02:00
license = "MIT"
[dependencies]
cached = "0.34.0"
chrono = { version = "0.4.19", features = ["serde"] }
color-eyre = "0.6.1"
reqwest = { version = "0.11.10", features = ["json"] }
rocket = { version = "0.5.0-rc.2", features = ["json"] }
rss = "2.0.1"
tempfile = "3"
tokio = { version = "1.6.1", features = ["process"] }