From caadd3b46c95caf433881ea9a1cd2e98c87f5e56 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Fri, 17 Dec 2021 15:45:14 +0000 Subject: Day 14 --- day14/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 day14/Cargo.toml (limited to 'day14/Cargo.toml') diff --git a/day14/Cargo.toml b/day14/Cargo.toml new file mode 100644 index 0000000..d2891da --- /dev/null +++ b/day14/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "day14" +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