summaryrefslogtreecommitdiff
path: root/aoc16/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2016-12-16 09:59:13 +0200
committerJustin Worthe <justin.worthe@gmail.com>2016-12-16 09:59:13 +0200
commit370c7bd70a5257e0b30189f150d0ee882bbac7c2 (patch)
treeb38a12f9a0c53c020919904e142f54b09d9b60d6 /aoc16/Cargo.toml
parentb835d5cc786f284c1f1752fb01c135b267f9bb87 (diff)
AOC16
Diffstat (limited to 'aoc16/Cargo.toml')
-rw-r--r--aoc16/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/aoc16/Cargo.toml b/aoc16/Cargo.toml
new file mode 100644
index 0000000..3e56892
--- /dev/null
+++ b/aoc16/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "aoc16"
+version = "0.1.0"
+authors = ["Justin Worthe <justin.worthe@gmail.com>"]
+
+[dependencies]