summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e21d7919..80cfe28a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,8 @@ exclude = [
]
[dependencies]
-bitflags = "0.1"
+libc = "0.1.3"
+bitflags = "0.1.1"
[dev-dependencies]
rand = "0.3.0"