From 120d53c0ff20574866ce10fa0538fb8b0dd2ef82 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Thu, 23 Jun 2022 19:06:22 +0100 Subject: Reorganize repository structure --- 2021/day16/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 2021/day16/Cargo.toml (limited to '2021/day16/Cargo.toml') 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 @@ +[package] +name = "day16" +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