summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-07 08:25:06 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-07 08:25:06 +0800
commitedd0d74a12096f83c4b75ffd021c31dcbc269a46 (patch)
tree8e8266faa454065f15c11871a745af96f64b9ce9 /Cargo.lock
parentbecae48c29aa2db036f097516959d60cc219bc03 (diff)
parent82d005b9e3ed9ce8d4441c607ec160f2f0a48b1c (diff)
Merge branch 'rivy-fix.win'
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock16
1 files changed, 16 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 07191b1..c338bf9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -247,6 +247,7 @@ dependencies = [
"tui",
"tui-react 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-segmentation",
+ "wild",
]
[[package]]
@@ -296,6 +297,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
[[package]]
+name = "glob"
+version = "0.3.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
+
+[[package]]
name = "heck"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -804,6 +811,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
[[package]]
+name = "wild"
+version = "2.0.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "035793abb854745033f01a07647a79831eba29ec0be377205f2a25b0aa830020"
+dependencies = [
+ "glob",
+]
+
+[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"