From 7bafc19e5f367cc795ad08672359e7fce0329539 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 15 Mar 2015 03:50:50 -0400 Subject: problem 1 done --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1cc4858..dcde5e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,3 +3,6 @@ name = "matasano" version = "0.0.1" authors = ["Jesse Luehrs "] + +[dependencies] +rustc-serialize = "0.3.3" -- cgit v1.2.3-54-g00ecf