From 61da531d19d4a9ff8f6df20c3a6df7d7f1d3a846 Mon Sep 17 00:00:00 2001
From: SoniEx2 <endermoneymod@gmail.com>
Date: Fri, 23 Mar 2018 13:58:51 -0300
Subject: Rust Bindings for Hexchat Plugin API

---
 Cargo.toml | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 Cargo.toml

(limited to 'Cargo.toml')

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"
-- 
cgit 1.4.1