From 207026ae5e35da096b8110afe1ba2973a0e54fdb Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Mon, 11 Apr 2022 19:33:04 -0300 Subject: [Project] hexchat-unsafe-plugin.rs A best-effort safe wrapper for the hexchat C API. Enables writing native hexchat plugins in mostly-safe Rust. --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bab4aa6..a983dad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] -name = "hexchat-plugin" -version = "0.2.14" +name = "hexchat-unsafe-plugin" +version = "1.0.0" authors = ["SoniEx2 "] -description = "Lets you write HexChat plugins in Rust" -license = "AGPL-3.0+" +description = "Lets you write native HexChat plugins in mostly-safe Rust" +license = "GPL-3.0-or-later" repository = "https://soniex2.autistic.space/git-repos/hexchat-plugin.git" homepage = "https://ganarchy.autistic.space/project/7597bdc9d42badc332ecd57ab81e71c41fa2b595" keywords = ["hexchat", "plugin", "hexchat-plugin"] -- cgit 1.4.1