Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/mft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Ben-Amram <omerbenamram@gmail.com>2019-05-13 15:51:42 +0300
committerOmer Ben-Amram <omerbenamram@gmail.com>2019-05-13 15:51:42 +0300
commit83967c8da9d63271d1ea8476bb5c864e04b74994 (patch)
treea5b2f125e0e988088e9d3857da993ec09b28e962
parent4433fe6b87263e9eba82615240de0cc8e7d9c380 (diff)
remove jmespath
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8c3810a..cbd30e7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,9 +24,6 @@ num-traits = "0.2"
num-derive = "0.2"
winstructs = {git = "https://github.com/omerbenamram/winstructs.git", branch = "master"}
-[dependencies.jmespath]
-version = "^0.1.1"
-
[dependencies.chrono]
version = "0.4.6"
features = ["serde"]