diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2019-04-21 20:03:35 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2019-04-21 20:03:35 -0300 |
commit | b320a12af2419086665f6686a336c1ad4334f043 (patch) | |
tree | 2eb784e5ed0d76175c3c9703219886dcba961a21 /Cargo.toml | |
parent | 8f4f74845e9b5b1a5cdc71872b2df87926c3ca32 (diff) |
Update metadata
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index 0356cf6..767a8f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,14 @@ [package] name = "hexchat-plugin" -version = "0.2.11" +version = "0.2.12" authors = ["SoniEx2 <endermoneymod@gmail.com>"] description = "Lets you write HexChat plugins in Rust" license = "AGPL-3.0+" -repository = "https://cybre.tech/SoniEx2/rust.hexchat.hexchat-plugin/" +repository = "https://cybre.tech/SoniEx2/rust.hexchat.hexchat-plugin" +homepage = "https://ganarchy.autistic.space/hexchat-plugin.html" +keywords = ["hexchat", "plugin", "hexchat-plugin"] +categories = ["api-bindings"] +readme = "README.md" [dependencies] libc = "0.2" |