aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Li <li.davidm96@gmail.com>2015-11-02 17:39:28 -0500
committerDavid Li <li.davidm96@gmail.com>2015-11-02 17:39:28 -0500
commitfc0ef639499765507cc0ab7718b5cbc87eebdb96 (patch)
treeeb331ea7ddd3cf41d87dc8d2dfa7ec6413da0804 /Cargo.toml
parent4554b2a4533181886446985c9858f1e49deb4670 (diff)
Implement user info
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7ecd3f5..27545db 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,4 +7,5 @@ authors = ["David Li <li.davidm96@gmail.com>"]
websocket = "~0.12.2"
rustc-serialize = "0.3"
toml = "0.1"
-notify-rust = "3.0"
+notify-rust = "3.0.1"
+hyper = "0.6"