changeset 27:2e623c2fb4f1

Add libc dependency
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 16 Feb 2016 21:36:46 +0100
parents fc3487a89d63
children e5c831894653
files Cargo.lock Cargo.toml
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.lock	Tue Feb 16 20:52:14 2016 +0100
+++ b/Cargo.lock	Tue Feb 16 21:36:46 2016 +0100
@@ -4,6 +4,7 @@
 dependencies = [
  "chrono 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
  "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
  "regex 0.1.48 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
--- a/Cargo.toml	Tue Feb 16 20:52:14 2016 +0100
+++ b/Cargo.toml	Tue Feb 16 21:36:46 2016 +0100
@@ -7,3 +7,4 @@
 getopts = ">=0.2"
 regex = ">=0.1"
 chrono = ">=0.2"
+libc = ">=0.2"