summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock12
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
new file mode 100644
index 0000000..252e8fe
--- /dev/null
+++ b/Cargo.lock
@@ -0,0 +1,12 @@
+[root]
+name = "matasano"
+version = "0.0.1"
+dependencies = [
+ "rustc-serialize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "rustc-serialize"
+version = "0.3.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+