summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-07-06 13:34:15 +0300
committerYuval Adam <_@yuv.al>2018-07-06 13:34:15 +0300
commit8459bef382664b181e8b7e7e4712d7051258faff (patch)
treed179d5d9a9f707ba2fc98c1eeb7718eb739220ea /Cargo.toml
parentd0f7dff9a51fa33612b71d03a3736dd107e9a747 (diff)
Building against gssdp sorta works
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
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"