aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Li <li.davidm96@gmail.com>2015-10-25 10:12:35 -0400
committerDavid Li <li.davidm96@gmail.com>2015-10-25 10:12:35 -0400
commit28b395cfd770785641c49f98cc9491210271db46 (patch)
tree38776725d968491ab148a800b675f3fbd2913bb8 /Cargo.toml
parent31be915ab71dcab004b64b313b20188af85c5d24 (diff)
Use notify-rust for notifications
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c46b3b9..7ecd3f5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,4 @@ authors = ["David Li <li.davidm96@gmail.com>"]
websocket = "~0.12.2"
rustc-serialize = "0.3"
toml = "0.1"
+notify-rust = "3.0"