chiark / gitweb /
need glob
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 26 Sep 2020 13:09:54 +0000 (14:09 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 26 Sep 2020 13:10:31 +0000 (14:10 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.lock.example
Cargo.toml

index 660716c1069a936a61f4fdecdfc33c7bee717b1d..dc33ea5bb9ee29adb5ca9e069be9b3340cc52f85 100644 (file)
@@ -1058,6 +1058,7 @@ dependencies = [
  "fehler",
  "flexi_logger",
  "fs2",
+ "glob 0.3.0",
  "hashlink",
  "htmlescape",
  "index_vec",
index c152a59bbf427d1be8583297c5bc71d76972a3cb..5e5249fbc91db7ce66f331df9052a36a1e7ab4d5 100644 (file)
@@ -66,6 +66,8 @@ nix = "0.18"
 
 #libc = "0.2"
 
+glob = "^0.3"
+
 toml = "0.5"
 
 rocket_cors = "0.5"