summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2018-03-25 01:45:53 -0300
committerSoniEx2 <endermoneymod@gmail.com>2018-03-25 12:38:58 -0300
commit6ce60768df1139af138c566f4e884f4b7c173cd5 (patch)
tree3be74a9e695f3e146573020736a706a528b8bda1 /Cargo.toml
parent61da531d19d4a9ff8f6df20c3a6df7d7f1d3a846 (diff)
Less UB? Huge overhaul.
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"