aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHristo Venev <hristo@venev.name>2019-04-03 16:12:06 +0300
committerHristo Venev <hristo@venev.name>2019-04-03 16:12:06 +0300
commitef687fa6a504992d639210a50f39d83c77341360 (patch)
treefc6e51d93ed97a2492076f32d4a87b043f33d182
parente51df1dcf162b03a9e9266db70547afc06883c98 (diff)
Manifestv0.1.1
-rw-r--r--Cargo.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 86adb64..29827cb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,13 @@
[package]
name = "wgconfd"
version = "0.1.1"
-authors = ["Hristo Venev <hristo@venev.name>"]
edition = "2018"
+authors = [ "Hristo Venev <hristo@venev.name>" ]
+license = "LGPL-3.0"
+description = "A configuration manager for WireGuard"
+repository = "https://git.venev.name/hristo/wgconfd"
+readme = "README.md"
+keywords = [ "wireguard" ]
[dependencies]
arrayref = { version = "0.3.5" }