summaryrefslogtreecommitdiff
path: root/aoc22/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2016-12-22 15:51:41 +0200
committerJustin Worthe <justin.worthe@gmail.com>2016-12-22 15:51:41 +0200
commit2f2c1fe8e23e353ac97e1c7d250f587dbe1ba1c2 (patch)
tree1200c881f82c9ff31a92016d85dff0f69fba93b7 /aoc22/Cargo.toml
parent9607567aa9bba8e2e83f3f3a38c4eb0f0ecb2017 (diff)
AOC22 work in progress
Has crazy hack optimization to work for the data set, assuming all data is about moving the 'gap' around. It hasn't run to completion yet.
Diffstat (limited to 'aoc22/Cargo.toml')
-rw-r--r--aoc22/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/aoc22/Cargo.toml b/aoc22/Cargo.toml
new file mode 100644
index 0000000..074ccd5
--- /dev/null
+++ b/aoc22/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "aoc22"
+version = "0.1.0"
+authors = ["Justin Worthe <justin.worthe@gmail.com>"]
+
+[dependencies]
+regex = "0.1" \ No newline at end of file