diff options
author | Hristo Venev <hristo@venev.name> | 2019-09-30 14:58:00 +0300 |
---|---|---|
committer | Hristo Venev <hristo@venev.name> | 2019-09-30 16:01:48 +0300 |
commit | 3ee0ebe29e11e41710c01d8ef1bf5e6d049190c9 (patch) | |
tree | aa1b9600ba42dcc8d5553e8fdb8f0f755c907909 | |
parent | 0f6f2409cd792bb344a22ef31567e30ae428fab4 (diff) |
Release v0.2.1.
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,12 +1,13 @@ [package] name = "wgconfd" -version = "0.2.0" +version = "0.2.1" edition = "2018" authors = [ "Hristo Venev <hristo@venev.name>" ] license = "LGPL-3.0-or-later" description = "A configuration manager for WireGuard" repository = "https://git.venev.name/hristo/wgconfd" readme = "README.md" +categories = [ "config" ] keywords = [ "wireguard" ] [dependencies] |