diff options
author | Federico Igne <undyamon@disroot.org> | 2023-12-01 09:21:16 +0100 |
---|---|---|
committer | Federico Igne <undyamon@disroot.org> | 2023-12-01 09:21:16 +0100 |
commit | 64e22194d39d2914db1e3bf93c90de9e0791d9b3 (patch) | |
tree | 6acdf81dad39cd7c009764b4538beddb0a6d860a /2021/day08/Cargo.toml | |
parent | 120d53c0ff20574866ce10fa0538fb8b0dd2ef82 (diff) | |
download | aoc-64e22194d39d2914db1e3bf93c90de9e0791d9b3.tar.gz aoc-64e22194d39d2914db1e3bf93c90de9e0791d9b3.zip |
chore: reorganize project structure
Diffstat (limited to '2021/day08/Cargo.toml')
-rw-r--r-- | 2021/day08/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2021/day08/Cargo.toml b/2021/day08/Cargo.toml new file mode 100644 index 0000000..02a9508 --- /dev/null +++ b/2021/day08/Cargo.toml | |||
@@ -0,0 +1,9 @@ | |||
1 | [package] | ||
2 | name = "day8" | ||
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] | ||