Kaynağa Gözat

Remove fswatcher for now.

Mathias Gottschlag 5 yıl önce
ebeveyn
işleme
e45b9aeb07
2 değiştirilmiş dosya ile 1 ekleme ve 17 silme
  1. 0
    15
      Cargo.lock
  2. 1
    2
      Cargo.toml

+ 0
- 15
Cargo.lock Dosyayı Görüntüle

@@ -262,10 +262,6 @@ name = "fnv"
262 262
 version = "1.0.6"
263 263
 source = "registry+https://github.com/rust-lang/crates.io-index"
264 264
 
265
-[[package]]
266
-name = "fswatcher"
267
-version = "0.1.0"
268
-
269 265
 [[package]]
270 266
 name = "fuchsia-cprng"
271 267
 version = "0.1.1"
@@ -436,14 +432,6 @@ dependencies = [
436 432
  "unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
437 433
 ]
438 434
 
439
-[[package]]
440
-name = "inotify-sys"
441
-version = "0.1.3"
442
-source = "registry+https://github.com/rust-lang/crates.io-index"
443
-dependencies = [
444
- "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
445
-]
446
-
447 435
 [[package]]
448 436
 name = "input_buffer"
449 437
 version = "0.2.0"
@@ -935,10 +923,8 @@ dependencies = [
935 923
  "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
936 924
  "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
937 925
  "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
938
- "fswatcher 0.1.0",
939 926
  "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
940 927
  "futures-tokio-compat 0.1.0 (git+https://github.com/mgottschlag/futures-tokio-compat.git)",
941
- "inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
942 928
  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
943 929
  "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
944 930
  "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1116,7 +1102,6 @@ dependencies = [
1116 1102
 "checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
1117 1103
 "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
1118 1104
 "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
1119
-"checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0"
1120 1105
 "checksum input_buffer 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8e1b822cc844905551931d6f81608ed5f50a79c1078a4e2b4d42dbc7c1eedfbf"
1121 1106
 "checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
1122 1107
 "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"

+ 1
- 2
Cargo.toml Dosyayı Görüntüle

@@ -5,7 +5,7 @@ authors = ["Mathias Gottschlag <mgottschlag@gmail.com>"]
5 5
 edition = "2018"
6 6
 
7 7
 [dependencies]
8
-fswatcher = { path = "./fswatcher" }
8
+#fswatcher = { path = "./fswatcher" }
9 9
 structopt = "0.3"
10 10
 serde = { version = "1.0", features = ["derive"] }
11 11
 serde_json = "1.0"
@@ -17,4 +17,3 @@ futures-tokio-compat = { git = "https://github.com/mgottschlag/futures-tokio-com
17 17
 async-tungstenite = { version = "0.3", features = ["tokio-runtime"] }
18 18
 env_logger = "0.7"
19 19
 log = "0.4"
20
-inotify-sys = "0.1"

Loading…
İptal
Kaydet