From 16c9ce17deb1f3773ea39c348e75b224922a7547 Mon Sep 17 00:00:00 2001 From: mhsn Date: Sun, 17 Aug 2025 13:46:47 +0100 Subject: rust 2024 06: redo p1 and remove lib/ --- 2024/06/rust/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to '2024/06/rust/Cargo.toml') diff --git a/2024/06/rust/Cargo.toml b/2024/06/rust/Cargo.toml index f478719..01c1304 100644 --- a/2024/06/rust/Cargo.toml +++ b/2024/06/rust/Cargo.toml @@ -2,6 +2,3 @@ name = "aoc_2024-06" version = "0.1.0" edition = "2021" - -[dependencies] -aoc = { version = "0.1.0", path = "../../../lib/rust" } -- cgit v1.2.3