From 57e3b1f2d31c7f7d3ea81be3beebe8b47358374a Mon Sep 17 00:00:00 2001 From: mhsn Date: Wed, 19 Mar 2025 22:48:52 +0000 Subject: 2024-01 rust p1,p2 --- 2024/01/rust/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 2024/01/rust/Cargo.toml (limited to '2024/01/rust/Cargo.toml') diff --git a/2024/01/rust/Cargo.toml b/2024/01/rust/Cargo.toml new file mode 100644 index 0000000..0e9bfaa --- /dev/null +++ b/2024/01/rust/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "aoc_2024-01" +version = "0.1.0" +edition = "2021" + +[dependencies] -- cgit v1.2.3