rust.hexchat.hexchat-plugin/Cargo.toml

15 lines
473 B
TOML
Raw Normal View History

2018-03-23 17:58:51 +01:00
[package]
name = "hexchat-plugin"
2019-04-23 00:30:47 +02:00
version = "0.2.13"
2018-03-23 17:58:51 +01:00
authors = ["SoniEx2 <endermoneymod@gmail.com>"]
2018-03-25 06:45:53 +02:00
description = "Lets you write HexChat plugins in Rust"
license = "AGPL-3.0+"
2019-04-22 01:03:35 +02:00
repository = "https://cybre.tech/SoniEx2/rust.hexchat.hexchat-plugin"
2019-04-23 00:30:06 +02:00
homepage = "https://ganarchy.autistic.space/project/7597bdc9d42badc332ecd57ab81e71c41fa2b595"
2019-04-22 01:03:35 +02:00
keywords = ["hexchat", "plugin", "hexchat-plugin"]
categories = ["api-bindings"]
readme = "README.md"
2018-03-23 17:58:51 +01:00
[dependencies]
libc = "0.2"