blob: 860858b073c2b69550c8e68b349a5a64d1b192da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[package]
name = "podcast"
version = "0.1.2"
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"
|