summaryrefslogtreecommitdiffstats
path: root/librepology/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-04-25 10:34:24 +0200
committerGitHub <noreply@github.com>2019-04-25 10:34:24 +0200
commita06d315386bcb5b1ed26dffa9da90947e278b536 (patch)
tree59712f81a9bee19af30b5a82199cf7d19eee8cfe /librepology/Cargo.toml
parentd8954382f1523ed406c3ff1eeaddee5ba0138a00 (diff)
parentec3e8715d5e318be49d9ceef087094e21673c416 (diff)
Merge pull request #9 from matthiasbeyer/remove-unused-imports
Remove unused imports
Diffstat (limited to 'librepology/Cargo.toml')
-rw-r--r--librepology/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/librepology/Cargo.toml b/librepology/Cargo.toml
index 5f7bb52..c5c2c28 100644
--- a/librepology/Cargo.toml
+++ b/librepology/Cargo.toml
@@ -10,7 +10,6 @@ serde_derive = "1"
serde_json = "1"
url = "1.7"
url_serde = "0.2"
-futures = "*"
failure = "0.1"
log = "0.4"
derive_more = "0.14"