From 2b65b6bda3a3467a088aba7ed31e5990971bfe31 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Fri, 15 Apr 2022 23:49:31 -0300 Subject: Clean up, support virtual plugins, Pin, etc --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 193c430..4c06152 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hexchat-unsafe-plugin" -version = "1.0.0" +version = "2.0.0" authors = ["SoniEx2 "] description = "Lets you write native HexChat plugins in mostly-safe Rust" license = "GPL-3.0-or-later" @@ -10,5 +10,8 @@ keywords = ["hexchat", "plugin", "hexchat-plugin"] categories = ["api-bindings"] readme = "README.md" +[features] +nul_in_strip = [] + [dependencies] libc = "0.2" -- cgit 1.4.1