diff options
Diffstat (limited to '2016/aoc7/Cargo.toml')
-rw-r--r-- | 2016/aoc7/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/2016/aoc7/Cargo.toml b/2016/aoc7/Cargo.toml new file mode 100644 index 0000000..1b18be9 --- /dev/null +++ b/2016/aoc7/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "aoc7" +version = "0.1.0" +authors = ["Justin Worthe <justin.worthe@gmail.com>"] + +[dependencies] |