From 88e064a448756bb4a9045a9260702f60ba492990 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 26 Apr 2016 02:40:23 -0400 Subject: get ffi framework in place --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 09b94f4..c703990 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,3 +3,10 @@ name = "vt100" version = "0.1.0" authors = ["Jesse Luehrs "] build = "build.rs" + +[build-dependencies] +pkg-config = "0.3.8" + +[dependencies] +libc = "0.2.10" +glib-sys = "0.3.0" -- cgit v1.2.3-54-g00ecf