diff options
author | Federico Igne <git@federicoigne.com> | 2021-12-17 15:45:14 +0000 |
---|---|---|
committer | Federico Igne <git@federicoigne.com> | 2021-12-17 15:45:14 +0000 |
commit | caadd3b46c95caf433881ea9a1cd2e98c87f5e56 (patch) | |
tree | c0cae1533ba2a7ed511b74b4cef5a89a56778898 /day14/Cargo.toml | |
parent | cce9b6e60d5f70078d6fc608636201a7934418e1 (diff) | |
download | aoc-caadd3b46c95caf433881ea9a1cd2e98c87f5e56.tar.gz aoc-caadd3b46c95caf433881ea9a1cd2e98c87f5e56.zip |
Day 14
Diffstat (limited to 'day14/Cargo.toml')
-rw-r--r-- | day14/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/day14/Cargo.toml b/day14/Cargo.toml new file mode 100644 index 0000000..d2891da --- /dev/null +++ b/day14/Cargo.toml | |||
@@ -0,0 +1,9 @@ | |||
1 | [package] | ||
2 | name = "day14" | ||
3 | version = "0.1.0" | ||
4 | authors = ["Federico Igne <git@federicoigne.com>"] | ||
5 | edition = "2018" | ||
6 | |||
7 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
8 | |||
9 | [dependencies] | ||