summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2019-02-10 00:05:12 +0100
committertomsmeding <tom.smeding@gmail.com>2019-02-10 10:15:44 +0100
commit30cd11327ffabde2c7454c9c17a97768b46494ee (patch)
tree7946d9c6a141e0ccbb413e38b42da6aadbd359cc /Cargo.toml
Initial
Base functions done, no widgets yet
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..8df7006
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "termio"
+version = "0.1.0"
+authors = ["tomsmeding <tom.smeding@gmail.com>"]
+edition = "2018"
+
+[dependencies]
+libc = "0.2.48"
+
+[build-dependencies]
+bindgen = "0.47.1"