aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" }