summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml1
-rw-r--r--src/main.rs1
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 935af97..4fd13cb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,6 @@ serde = "1"
serde_derive = "1"
serde_json = "1"
toml = "0.5"
-toml-query = "0.8"
url = "1.7"
url_serde = "0.2"
xdg = "2"
diff --git a/src/main.rs b/src/main.rs
index a45ebb7..6190324 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,7 +1,6 @@
extern crate serde;
extern crate serde_json;
extern crate toml;
-extern crate toml_query;
extern crate url;
extern crate xdg;
extern crate flexi_logger;