summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.*"