From 4123ba15c9b2d2d474d9ff586b080fca2e5783f1 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Fri, 8 Dec 2017 23:27:27 +0200 Subject: Day 8: CPU Instructions --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 814e77e..d84b5bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,5 +5,6 @@ authors = ["Justin Worthe "] [dependencies] regex = "0.2.3" +lazy_static = "1.0.0" structopt = "0.1.6" structopt-derive = "0.1.6" \ No newline at end of file -- cgit v1.2.3