summaryrefslogtreecommitdiff
path: root/2021/day08/Cargo.toml
diff options
context:
space:
mode:
authorFederico Igne <undyamon@disroot.org>2023-12-01 09:21:16 +0100
committerFederico Igne <undyamon@disroot.org>2023-12-01 09:21:16 +0100
commit64e22194d39d2914db1e3bf93c90de9e0791d9b3 (patch)
tree6acdf81dad39cd7c009764b4538beddb0a6d860a /2021/day08/Cargo.toml
parent120d53c0ff20574866ce10fa0538fb8b0dd2ef82 (diff)
downloadaoc-64e22194d39d2914db1e3bf93c90de9e0791d9b3.tar.gz
aoc-64e22194d39d2914db1e3bf93c90de9e0791d9b3.zip
chore: reorganize project structure
Diffstat (limited to '2021/day08/Cargo.toml')
-rw-r--r--2021/day08/Cargo.toml9
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]
2name = "day8"
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]