aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
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.lock
parent4554b2a4533181886446985c9858f1e49deb4670 (diff)
Implement user info
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fb839df..ed42d80 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2,6 +2,7 @@
name = "rust-pushbullet"
version = "0.1.0"
dependencies = [
+ "hyper 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
"notify-rust 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
"toml 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",