summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2017-12-08 23:27:27 +0200
committerJustin Worthe <justin@worthe-it.co.za>2017-12-08 23:27:27 +0200
commit4123ba15c9b2d2d474d9ff586b080fca2e5783f1 (patch)
tree198c1ac766e7be9c6019b314c0daf7209afe6af7 /Cargo.toml
parent1c9f2ef660df35df47a01e7baffc554f3e0c4110 (diff)
Day 8: CPU Instructions
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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 <justin@worthe-it.co.za>"]
[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