summary refs log tree commit diff stats
path: root/Cargo.toml
blob: a983dadce0f91b79cd4aa8e967e57f58ada7d570 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "hexchat-unsafe-plugin"
version = "1.0.0"
authors = ["SoniEx2 <endermoneymod@gmail.com>"]
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"]
categories = ["api-bindings"]
readme = "README.md"

[dependencies]
libc = "0.2"