summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2015-04-06 01:26:20 -0400
committerJesse Luehrs <doy@tozt.net>2015-04-06 01:26:20 -0400
commit82fde31b637e72d381857e3e2cb669298073edd1 (patch)
tree69153e3b49c06584c15e895787e15c6e8c8b71d8 /Cargo.lock
parent3dbdba1a7f5f0094c1d3075b3ca91b07196fcbf2 (diff)
downloadmatasano-82fde31b637e72d381857e3e2cb669298073edd1.tar.gz
matasano-82fde31b637e72d381857e3e2cb669298073edd1.zip
real problem 22
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a8904f1..c4ca95f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5,6 +5,7 @@ dependencies = [
"openssl 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
+ "time 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -89,3 +90,12 @@ name = "rustc-serialize"
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
+[[package]]
+name = "time"
+version = "0.1.24"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "gcc 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+