diff options
Diffstat (limited to '2024/04/rust/Cargo.lock')
-rw-r--r-- | 2024/04/rust/Cargo.lock | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/2024/04/rust/Cargo.lock b/2024/04/rust/Cargo.lock new file mode 100644 index 0000000..e0c35ba --- /dev/null +++ b/2024/04/rust/Cargo.lock @@ -0,0 +1,14 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 4 + +[[package]] +name = "aoc" +version = "0.1.0" + +[[package]] +name = "aoc_2024-04" +version = "0.1.0" +dependencies = [ + "aoc", +] |