summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2017-06-17 10:17:31 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2017-06-17 10:17:31 -0400
commit55a773304461a2c261823c6d4bab38b66e95dc07 (patch)
treed28cb7e3d6e425530476f5c919135bd3999b028d /Cargo.lock
parent6221d330e12c2b5738301eb0a63e584fa4cc9db4 (diff)
Add port number flag.
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 a2aac1e..bd8c576 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3,6 +3,7 @@ name = "systemhttp"
version = "0.1.0"
dependencies = [
"base64 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "clap 2.24.2 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"horrorshow 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"iron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",