aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortilpner2019-05-03 14:17:56 +0200
committertilpner2019-05-03 14:18:09 +0200
commit9afba4c53aae9be0590199d2f86d71ca5d370cbb (patch)
tree01b08ffae89b8cb2ffde485ec586532de78b0264 /Cargo.toml
parent9a1e4be71a7cf47dfd921e4913b587ad299d9aee (diff)
downloadrpb-s3-9afba4c53aae9be0590199d2f86d71ca5d370cbb.tar.gz
rpb-s3-9afba4c53aae9be0590199d2f86d71ca5d370cbb.tar.xz
rpb-s3-9afba4c53aae9be0590199d2f86d71ca5d370cbb.zip
Remove unused dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0d16ae9..bcd342e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,13 +6,10 @@ edition = "2018"
[dependencies]
itertools = "0.8.0"
-url = "1.7.2"
-url_serde = "0.2.0"
rand = "0.6.5"
serde = "1.0.82"
serde_derive = "1.0.82"
-serde-value = "0.6.0"
config = "0.9.1"
xdg = "2.2.0"
structopt = "0.2.14"