From a08fd4002bfae92072f64f8d5e0084e6f248f139 Mon Sep 17 00:00:00 2001 From: Mathias Hall-Andersen Date: Sun, 13 Oct 2019 22:26:12 +0200 Subject: Work on Linux platform code --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5049bc6..768514b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,6 +33,9 @@ env_logger = "0.6" num_cpus = "^1.10" jemallocator = "0.3.0" +[target.'cfg(unix)'.dependencies] +libc = "0.2" + [dependencies.x25519-dalek] version = "^0.5" -- cgit v1.2.3-59-g8ed1b