File: drop-notify

package info (click to toggle)
rust-salsa 0.23.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,492 kB
  • sloc: sh: 12; makefile: 2; javascript: 1
file content (27 lines) | stat: -rw-r--r-- 608 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Index: salsa/Cargo.toml
===================================================================
--- salsa.orig/Cargo.toml
+++ salsa/Cargo.toml
@@ -43,9 +43,9 @@ path = "src/lib.rs"
 name = "calc"
 path = "examples/calc/main.rs"
 
-[[example]]
-name = "lazy-input"
-path = "examples/lazy-input/main.rs"
+#[[example]]
+#name = "lazy-input"
+#path = "examples/lazy-input/main.rs"
 
 [[test]]
 name = "accumulate"
@@ -530,9 +530,6 @@ version = "1.5.0"
 [dev-dependencies.eyre]
 version = "0.6.8"
 
-[dev-dependencies.notify-debouncer-mini]
-version = "0.4.1"
-
 [dev-dependencies.ordered-float]
 version = "4.2.1"