From 2d64a773ee04192faf2e7be27256f9696a63f378 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Mon, 9 Jan 2017 19:30:18 +1300 Subject: Fix building against current rust versions --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3