From ef687fa6a504992d639210a50f39d83c77341360 Mon Sep 17 00:00:00 2001 From: Hristo Venev Date: Wed, 3 Apr 2019 16:12:06 +0300 Subject: Manifest --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 "] edition = "2018" +authors = [ "Hristo Venev " ] +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" } -- cgit