rust.hexchat.hexchat-plugin/Cargo.toml

11 lines
277 B
TOML
Raw Normal View History

2018-03-23 17:58:51 +01:00
[package]
name = "hexchat-plugin"
version = "0.2.9"
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+"
2018-09-30 04:45:15 +02:00
repository = "https://cybre.tech/SoniEx2/rust.hexchat.hexchat-plugin/"
2018-03-23 17:58:51 +01:00
[dependencies]
libc = "0.2"