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 78c8ac8 commit c3a7b2fCopy full SHA for c3a7b2f
contrib/lib/Cargo.toml
@@ -56,6 +56,7 @@ rmp-serde = { version = "^0.13", optional = true }
56
handlebars = { version = "2.0", optional = true }
57
glob = { version = "0.3", optional = true }
58
tera = { version = "0.11", optional = true }
59
+notify = { version = "4.0.6" }
60
61
# UUID dependencies.
62
uuid = { version = ">=0.7.0, <0.9.0", optional = true }
@@ -85,9 +86,6 @@ time = { version = "0.1.40", optional = true }
85
86
brotli = { version = "3.3", optional = true }
87
flate2 = { version = "1.0", optional = true }
88
-[target.'cfg(debug_assertions)'.dependencies]
89
-notify = { version = "^4.0.6" }
90
-
91
[dev-dependencies]
92
tokio = { version = "0.2.0", features = ["time"] }
93
0 commit comments