aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-05-28 00:07:37 -0400
committerbnewbold <bnewbold@robocracy.org>2016-05-28 00:07:37 -0400
commitf01a8c7160a676153a0e1ffcdc1654d2a0c6a2dd (patch)
treeada112cd55c2625a20681bbb96558d1e318b667c /Cargo.lock
parent0814e7f2a1dd1ed6c6b9a6133f6920194630bb75 (diff)
downloaducp-f01a8c7160a676153a0e1ffcdc1654d2a0c6a2dd.tar.gz
ucp-f01a8c7160a676153a0e1ffcdc1654d2a0c6a2dd.zip
more rapid development
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 01b7d6b..65a7d65 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2,6 +2,7 @@
name = "ucp"
version = "0.1.0"
dependencies = [
+ "daemonize 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"utp 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -20,6 +21,14 @@ version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
+name = "daemonize"
+version = "0.2.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
name = "env_logger"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"