blob: 62ee9f99846811af832ac8492080712c144c4952 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "hexchat-cw2"
version = "0.1.0"
authors = ["SoniEx2 <endermoneymod@gmail.com>"]
license = "AGPL-3.0-or-later"
[dependencies]
hexchat-plugin = "0.2"
[lib]
name = "cw2"
crate-type = ["cdylib"]
|