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-08 18:17:04 +0300
committerOmer Ben-Amram <omerbenamram@gmail.com>2019-05-08 18:17:04 +0300
commit507c92dea8ba8fdc03ea6e13f129bffa48c90768 (patch)
tree055dbc86a566b0721a05f9b306de1d0ed013f425 /Cargo.toml
parent2134147d9d910824c6ea4af05c3c95c03c3db876 (diff)
fetch winstructs from crates.io
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6f26ea2..92feb6f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,13 +16,11 @@ serde = {version = "1.0.91", features = ["derive"]}
serde_json = "1.0.39"
env_logger = "0.6.1"
snafu = "0.2.3"
+winstructs = "0.1.0"
[dependencies.jmespath]
version = "^0.1.1"
-[dependencies.winstructs]
-path = "r-winstructs"
-
[dependencies.chrono]
version = "0.4.6"
features = ["serde"]