summary refs log tree commit diff homepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2016-12-05 21:26:13 -0500
committerJune McEnroe <programble@gmail.com>2016-12-05 21:26:13 -0500
commit6728d7479a9491fccfe56995b5e4e711a40657c9 (patch)
tree74d3a81de174ef04032f7537f370a2418c8770e5 /Cargo.toml
parentUse math to rotate in day 4 (diff)
downloadaoc-6728d7479a9491fccfe56995b5e4e711a40657c9.tar.gz
aoc-6728d7479a9491fccfe56995b5e4e711a40657c9.zip
Day 5
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9e49766..6650f95 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,7 @@
 [package]
+authors = ["Curtis McEnroe <programble@gmail.com>"]
 name = "aoc"
 version = "0.1.0"
-authors = ["Curtis McEnroe <programble@gmail.com>"]
 
 [dependencies]
+rust-crypto = "0.2.36"