blob: b7fb2aad14602c45e9bcd3f6e02f072731120d0e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
name = "hexchat-plugin"
version = "0.2.13"
authors = ["SoniEx2 <endermoneymod@gmail.com>"]
description = "Lets you write HexChat plugins in Rust"
license = "AGPL-3.0+"
repository = "https://cybre.tech/SoniEx2/rust.hexchat.hexchat-plugin"
homepage = "https://ganarchy.autistic.space/project/7597bdc9d42badc332ecd57ab81e71c41fa2b595"
keywords = ["hexchat", "plugin", "hexchat-plugin"]
categories = ["api-bindings"]
readme = "README.md"
[dependencies]
libc = "0.2"
|