summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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 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"