diff options
Diffstat (limited to 'Cargo.toml')
-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" } |