aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authornjaremko2017-07-17 18:10:12 -0400
committernjaremko2017-07-17 18:10:12 -0400
commitc8386aa0b9ccc6bf167cef769c4a5d8cfb86e3ef (patch)
treef83bf72473c11d3b67639078a8e0b8160b5031a5 /Cargo.toml
parent3483b857cf687fe3d1568b82ca7bb8ffec938a7c (diff)
downloadpodcast-c8386aa0b9ccc6bf167cef769c4a5d8cfb86e3ef.tar.bz2
More features
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e538ec4..31cc6ce 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,4 +4,10 @@ version = "0.1.0"
authors = ["njaremko <njaremko@gmail.com>"]
[dependencies]
-rss = "0.7"
+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"