diff options
Diffstat (limited to '2024/06/rust/Cargo.toml')
-rw-r--r-- | 2024/06/rust/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
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" } |