summary refs log tree commit diff stats
path: root/Cargo.toml
blob: 54618e9f788624e806dafda3f0da3f6a767c6def (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "hexchat-plugin"
version = "0.2.6"
authors = ["SoniEx2 <endermoneymod@gmail.com>"]
description = "Lets you write HexChat plugins in Rust"
license = "AGPL-3.0+"
repository = "https://bitbucket.org/SoniEx2/hexchat-plugin.rs"

[dependencies]
libc = "0.2"