From d6a17fdd92b690e2584d743c153b45ba4d684d30 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Fri, 14 May 2021 00:50:37 -0300 Subject: [Project] CW2 Plugin for Hexchat A nice Content Warning plugin for Hexchat! --- Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..62ee9f9 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "hexchat-cw2" +version = "0.1.0" +authors = ["SoniEx2 "] +license = "AGPL-3.0-or-later" + +[dependencies] +hexchat-plugin = "0.2" + +[lib] +name = "cw2" +crate-type = ["cdylib"] -- cgit 1.4.1