summaryrefslogtreecommitdiffstats
path: root/day12/Cargo.toml
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2018-12-15 15:09:20 +0200
committerJan Tuomi <jan.tuomi@eficode.com>2018-12-15 15:09:20 +0200
commit8c455609328667c6edca55938f717b628fc55ebd (patch)
tree6d2833c5dc6db448fed7f357c30835d6f6e47bf2 /day12/Cargo.toml
parentec3254c1d273d3037d53034b961db0fe6eed61fb (diff)
Solve day12.1 with naive vectors
Diffstat (limited to 'day12/Cargo.toml')
-rw-r--r--day12/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/day12/Cargo.toml b/day12/Cargo.toml
new file mode 100644
index 0000000..30fc4c7
--- /dev/null
+++ b/day12/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "day12"
+version = "0.1.0"
+authors = ["Jan Tuomi <jan.tuomi@eficode.com>"]
+
+[dependencies]