diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 13129ac..48f3497 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "hexchat-plugin" -version = "0.1.0" +version = "0.2.0" authors = ["SoniEx2 <endermoneymod@gmail.com>"] +description = "Lets you write HexChat plugins in Rust" +license = "AGPL-3.0+" +repository = "https://bitbucket.org/SoniEx2/hexchat-plugin.rs" [dependencies] libc = "0.2" |