summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-05-21 21:55:50 +0200
committerrabite <rabite@posteo.de>2019-05-21 21:55:50 +0200
commitade3b7f08feb5894f780f006fefd53d073ad7b33 (patch)
treec716bd5898e454d9822afb09a42ce393ecdc2ba3 /Cargo.toml
parent8353af2e297997d1ce39e36f9889b728afffeca7 (diff)
custom notify crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3422a5d..483e06e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ chrono = "0.4"
libc = "0.2.51"
failure = "0.1.5"
failure_derive = "0.1.1"
-notify = "4.0.9"
+notify = { git = "https://github.com/rabite0/notify.git", branch="fbsdfix" }
parse-ansi = "0.1.6"
signal-notify = "0.1.3"
systemstat = "0.1.4"