diff options
Diffstat (limited to '2024/04')
-rw-r--r-- | 2024/04/rust/Cargo.lock | 7 | ||||
-rw-r--r-- | 2024/04/rust/Cargo.toml | 3 |
2 files changed, 0 insertions, 10 deletions
diff --git a/2024/04/rust/Cargo.lock b/2024/04/rust/Cargo.lock index e0c35ba..832036f 100644 --- a/2024/04/rust/Cargo.lock +++ b/2024/04/rust/Cargo.lock @@ -3,12 +3,5 @@ version = 4 [[package]] -name = "aoc" -version = "0.1.0" - -[[package]] name = "aoc_2024-04" version = "0.1.0" -dependencies = [ - "aoc", -] diff --git a/2024/04/rust/Cargo.toml b/2024/04/rust/Cargo.toml index 49f5cf9..e872faf 100644 --- a/2024/04/rust/Cargo.toml +++ b/2024/04/rust/Cargo.toml @@ -2,6 +2,3 @@ name = "aoc_2024-04" version = "0.1.0" edition = "2021" - -[dependencies] -aoc = { version = "0.1.0", path = "../../../lib/rust" } |