diff options
author | mhsn <mail@mhsn.net> | 2025-08-07 19:25:29 +0100 |
---|---|---|
committer | mhsn <mail@mhsn.net> | 2025-08-07 19:25:29 +0100 |
commit | 46f52b27b8f47f267caede67f5a77871610c43ff (patch) | |
tree | 2ce41714b5aca505bb4e7c2806cffc424d938b78 /2024/05/rust/Cargo.lock | |
parent | 6f7c790cb1f1ec721b073c6f3b930f9054234822 (diff) | |
download | aoc-46f52b27b8f47f267caede67f5a77871610c43ff.tar.gz aoc-46f52b27b8f47f267caede67f5a77871610c43ff.zip |
2024-05 rust p1,p2
Diffstat (limited to '2024/05/rust/Cargo.lock')
-rw-r--r-- | 2024/05/rust/Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/2024/05/rust/Cargo.lock b/2024/05/rust/Cargo.lock new file mode 100644 index 0000000..5ae963b --- /dev/null +++ b/2024/05/rust/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 4 + +[[package]] +name = "aoc_2024-05" +version = "0.1.0" |