From a73cbbc18cb365cfcb069cb712f55dc30325c974 Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Mon, 4 Dec 2023 09:58:27 -0300 Subject: [WIP] day3 part1 --- 2023/day-03/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 2023/day-03/Cargo.toml (limited to '2023/day-03/Cargo.toml') diff --git a/2023/day-03/Cargo.toml b/2023/day-03/Cargo.toml new file mode 100644 index 0000000..51cc795 --- /dev/null +++ b/2023/day-03/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "day-03" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit v1.2.3-54-g00ecf