summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
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"