From 8459bef382664b181e8b7e7e4712d7051258faff Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 6 Jul 2018 13:34:15 +0300 Subject: Building against gssdp sorta works --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 62fcd62..052118f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,8 @@ authors = ["Yuval Adam <_@yuv.al>"] [dependencies] colored = "1.6" clap = "2.32" +libc = "0.2.42" termios = "0.3.0" + +[build-dependencies] +pkg-config = "0.3.11" -- cgit v1.3.1