diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
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"] |