From 6ce60768df1139af138c566f4e884f4b7c173cd5 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Sun, 25 Mar 2018 01:45:53 -0300 Subject: Less UB? Huge overhaul. --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 "] +description = "Lets you write HexChat plugins in Rust" +license = "AGPL-3.0+" +repository = "https://bitbucket.org/SoniEx2/hexchat-plugin.rs" [dependencies] libc = "0.2" -- cgit 1.4.1