diff --git a/contrib/lib/Cargo.toml b/contrib/lib/Cargo.toml index 6e5c0aae..91f6e004 100644 --- a/contrib/lib/Cargo.toml +++ b/contrib/lib/Cargo.toml @@ -51,6 +51,7 @@ rmp-serde = { version = "^0.13", optional = true } handlebars = { version = "1.0", optional = true } glob = { version = "0.3", optional = true } tera = { version = "0.11", optional = true } +notify = { version = "4.0.6" } # UUID dependencies. uuid = { version = "0.7", optional = true } @@ -76,8 +77,5 @@ r2d2-memcache = { version = "0.3", optional = true } # SpaceHelmet dependencies time = { version = "0.1.40", optional = true } -[target.'cfg(debug_assertions)'.dependencies] -notify = { version = "^4.0.6" } - [package.metadata.docs.rs] all-features = true