summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2022-04-11 19:33:04 -0300
committerSoniEx2 <endermoneymod@gmail.com>2022-04-11 22:39:16 -0300
commit207026ae5e35da096b8110afe1ba2973a0e54fdb (patch)
tree2612bfe820324034716409a27c5317efa39ba9a4 /Cargo.toml
parent3b38f6e4f418baafe48989a90ce17661a6c2966f (diff)
[Project] hexchat-unsafe-plugin.rs
A best-effort safe wrapper for the hexchat C API. Enables writing native
hexchat plugins in mostly-safe Rust.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
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 <endermoneymod@gmail.com>"]
-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"]