diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2018-03-23 13:58:51 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2018-03-23 13:58:51 -0300 |
commit | 61da531d19d4a9ff8f6df20c3a6df7d7f1d3a846 (patch) | |
tree | e34e4f921e1794eb044cd84cbda485f5a6003f2e /Cargo.toml |
Rust Bindings for Hexchat Plugin API
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..13129ac --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "hexchat-plugin" +version = "0.1.0" +authors = ["SoniEx2 <endermoneymod@gmail.com>"] + +[dependencies] +libc = "0.2" |