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 <programble@gmail.com>2017-12-01 00:46:17 -0500
commit3e9bc7de07585eed4231c8d2feba0b853aa0c013 (patch)
treed07e56a84d3e5e7e3d0d3de16ff30e4d10a64284 /2017/Cargo.toml
parentMove to 2016 directory (diff)
downloadaoc-3e9bc7de07585eed4231c8d2feba0b853aa0c013.tar.gz
aoc-3e9bc7de07585eed4231c8d2feba0b853aa0c013.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..4c29d86
--- /dev/null
+++ b/2017/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "aoc2017"
+version = "0.1.0"
+authors = ["Curtis McEnroe <programble@gmail.com>"]
+
+[dependencies]