From 64e22194d39d2914db1e3bf93c90de9e0791d9b3 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Fri, 1 Dec 2023 09:21:16 +0100 Subject: chore: reorganize project structure --- 2021/day08/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 2021/day08/Cargo.toml (limited to '2021/day08/Cargo.toml') 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 @@ +[package] +name = "day8" +version = "0.1.0" +authors = ["Federico Igne "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit v1.2.3