diff options
| author | June McEnroe <programble@gmail.com> | 2017-12-01 00:46:17 -0500 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2020-11-22 00:14:25 -0500 |
| commit | dfcd19927b3ab1874eb549439bf6b6c112fc5615 (patch) | |
| tree | 0d4e13eda53d0f5e7c48ea3b9b9a523279aef191 /2017/Cargo.toml | |
| parent | Move to 2016 directory (diff) | |
| download | aoc-dfcd19927b3ab1874eb549439bf6b6c112fc5615.tar.gz aoc-dfcd19927b3ab1874eb549439bf6b6c112fc5615.zip | |
Day 1
Diffstat (limited to '2017/Cargo.toml')
| -rw-r--r-- | 2017/Cargo.toml | 6 |
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] |