summary refs log tree commit diff homepage
path: root/2017/Cargo.toml
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-12-01 00:46:17 -0500
committerJune McEnroe <june@causal.agency>2020-11-22 00:14:25 -0500
commitdfcd19927b3ab1874eb549439bf6b6c112fc5615 (patch)
tree0d4e13eda53d0f5e7c48ea3b9b9a523279aef191 /2017/Cargo.toml
parentMove to 2016 directory (diff)
downloadaoc-dfcd19927b3ab1874eb549439bf6b6c112fc5615.tar.gz
aoc-dfcd19927b3ab1874eb549439bf6b6c112fc5615.zip
Day 1
Diffstat (limited to '2017/Cargo.toml')
-rw-r--r--2017/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/2017/Cargo.toml b/2017/Cargo.toml
new file mode 100644
index 0000000..d221b88
--- /dev/null
+++ b/2017/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "aoc2017"
+version = "0.1.0"
+authors = ["C. McEnroe <june@causal.agency>"]
+
+[dependencies]