summaryrefslogtreecommitdiff
path: root/2021/day16/Cargo.toml
diff options
context:
space:
mode:
authorFederico Igne <git@federicoigne.com>2022-06-23 19:06:22 +0100
committerFederico Igne <git@federicoigne.com>2022-06-23 19:06:22 +0100
commit120d53c0ff20574866ce10fa0538fb8b0dd2ef82 (patch)
tree4ac370f9b525c713635a6af09530f20758e91fb7 /2021/day16/Cargo.toml
parent5d99706992101d684c9920475e2ecaab65ba21ba (diff)
downloadaoc-120d53c0ff20574866ce10fa0538fb8b0dd2ef82.tar.gz
aoc-120d53c0ff20574866ce10fa0538fb8b0dd2ef82.zip
Reorganize repository structure
Diffstat (limited to '2021/day16/Cargo.toml')
-rw-r--r--2021/day16/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/2021/day16/Cargo.toml b/2021/day16/Cargo.toml
new file mode 100644
index 0000000..da61ec5
--- /dev/null
+++ b/2021/day16/Cargo.toml
@@ -0,0 +1,9 @@
1[package]
2name = "day16"
3version = "0.1.0"
4authors = ["Federico Igne <git@federicoigne.com>"]
5edition = "2018"
6
7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
9[dependencies]