From 07b66483fbb762209d645b5aa406145b9ede0b2c Mon Sep 17 00:00:00 2001 From: mhsn Date: Wed, 30 Apr 2025 20:26:24 +0100 Subject: create lib/ for common utils --- lib/rust/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/rust/Cargo.toml (limited to 'lib/rust/Cargo.toml') diff --git a/lib/rust/Cargo.toml b/lib/rust/Cargo.toml new file mode 100644 index 0000000..c0838b1 --- /dev/null +++ b/lib/rust/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "aoc" +version = "0.1.0" +edition = "2024" + +[dependencies] -- cgit v1.2.3