We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b98d7 commit 39a6fe4Copy full SHA for 39a6fe4
Cargo.toml
@@ -20,19 +20,11 @@ handlebars = "~0.12.0"
20
rustc-serialize = "~0.3.16"
21
pulldown-cmark = "~0.0.6"
22
23
-
24
# Watch feature
25
-[dependencies.notify]
26
-notify = "^2.4.1"
27
-optional = true
28
29
-[dependencies.time]
30
-time = "^0.1.33"
31
+notify = { version = "~2.4.1", optional = true }
+time = { version = "~0.1.33", optional = true }
+crossbeam = { version = "~0.2.8", optional = true }
32
33
-[dependencies.crossbeam]
34
-time = "^0.2.0"
35
36
37
# Tests
38
[dev-dependencies]
0 commit comments