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

github.com/windirstat/RustyMft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorforensicmatt <matthew.seyer@gmail.com>2017-06-23 23:12:53 +0300
committerforensicmatt <matthew.seyer@gmail.com>2017-06-23 23:12:53 +0300
commit268bcb3004ab68aa620820f0f61f859b85c48aba (patch)
treea3a51651f5f1cc97ce2b38ed96e8d62b844cd7eb /Cargo.toml
parent6e9dc6991f57f2fd6cd8a3588b34c86ac76e8f40 (diff)
Added jmes query functionality
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e2d4717..28f3600 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,6 +18,9 @@ serde_derive = "0.9"
serde_json = "0.9"
seek_bufread = "~1.2"
+[dependencies.jmespath]
+version = "^0.1.1"
+
[dependencies.r-winstructs]
version = "*"
branch = "master"