summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2017-01-09 19:30:18 +1300
committerAndrew Clemons <andrew.clemons@gmail.com>2017-01-09 19:30:18 +1300
commit2d64a773ee04192faf2e7be27256f9696a63f378 (patch)
tree77b8a7a9cf46d198bf40270db48b63cd7d108eb4 /Cargo.toml
parent3592d70fd18686ca984db32204e6dcccd05731eb (diff)
downloadvtcol-2d64a773ee04192faf2e7be27256f9696a63f378.tar.gz
Fix building against current rust versions
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bd08da9..07744d9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,3 +17,6 @@ name = "vtcol"
test = false
doc = false
+[dependencies]
+libc = "0.2"
+getopts = "0.2"