diff options
author | Hristo Venev <hristo@venev.name> | 2019-04-03 16:12:06 +0300 |
---|---|---|
committer | Hristo Venev <hristo@venev.name> | 2019-04-03 16:12:06 +0300 |
commit | ef687fa6a504992d639210a50f39d83c77341360 (patch) | |
tree | fc6e51d93ed97a2492076f32d4a87b043f33d182 | |
parent | e51df1dcf162b03a9e9266db70547afc06883c98 (diff) |
Manifestv0.1.1
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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" } |