summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Krehl <mario-krehl@gmx.de>2017-12-07 19:53:37 +0100
committerMario Krehl <mario-krehl@gmx.de>2017-12-07 19:53:37 +0100
commit8bc335330080805816fb3ccf803e2daf0cd252bb (patch)
tree3aca4ecb44330c407f076d215b789631971f222e
parent395c52352ff8e89d82bcee0e2ca0d55a9a5b3cde (diff)
Add clap dependency
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 252bc8b..3587221 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,7 @@
[package]
+authors = ["Mario Krehl <mario-krehl@gmx.de>"]
name = "aklog-server"
version = "0.1.0"
-authors = ["Mario Krehl <mario-krehl@gmx.de>"]
[dependencies]
+clap = "2.*"