|
|
@@ -319,6 +319,15 @@ name = "fnv"
|
|
319
|
319
|
version = "1.0.7"
|
|
320
|
320
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
321
|
321
|
|
|
|
322
|
+[[package]]
|
|
|
323
|
+name = "fslock"
|
|
|
324
|
+version = "0.1.6"
|
|
|
325
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
326
|
+dependencies = [
|
|
|
327
|
+ "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
328
|
+ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
329
|
+]
|
|
|
330
|
+
|
|
322
|
331
|
[[package]]
|
|
323
|
332
|
name = "fswatcher"
|
|
324
|
333
|
version = "0.1.0"
|
|
|
@@ -1181,6 +1190,7 @@ dependencies = [
|
|
1181
|
1190
|
"criterion 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
1182
|
1191
|
"dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
1183
|
1192
|
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
1193
|
+ "fslock 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
1184
|
1194
|
"fswatcher 0.1.0 (git+https://github.com/mgottschlag/fswatcher-rs.git)",
|
|
1185
|
1195
|
"futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
1186
|
1196
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@@ -1412,6 +1422,7 @@ dependencies = [
|
|
1412
|
1422
|
"checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
|
1413
|
1423
|
"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
|
1414
|
1424
|
"checksum fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
1425
|
+"checksum fslock 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b14c83e47c73f7d62d907ae24a1a98e9132df3c33eb6c54fcf4bce0dbc41d5af"
|
|
1415
|
1426
|
"checksum fswatcher 0.1.0 (git+https://github.com/mgottschlag/fswatcher-rs.git)" = "<none>"
|
|
1416
|
1427
|
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
1417
|
1428
|
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|