blob: edfbf78209b973404b9481f16336cf9ffd5815c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[package]
name = "podcast"
version = "0.1.0"
authors = ["njaremko <njaremko@gmail.com>"]
description = "A command line podcast player"
license = "GPL-3.0"
repository = "https://github.com/njaremko/podcast"
[dependencies]
serde = "1.0.10"
serde_json = "1.0.2"
regex = "0.2"
serde_derive = "1.0.10"
rss = {version = "0.7", features = ["from_url"] }
reqwest = "0.7.1"
clap = "2.25.0"
|