diff options
author | mhsn <mail@mhsn.net> | 2025-08-20 13:37:29 +0100 |
---|---|---|
committer | mhsn <mail@mhsn.net> | 2025-08-20 13:37:29 +0100 |
commit | 0351a8b8adfeb6c08d9428d1d7536ba5639ffbd1 (patch) | |
tree | e5706749c12ee0e0a95f1c802fd4a23e0323a13a /2024/08/rust/Cargo.lock | |
parent | 5ee08cbb28fd70c52b088f68c4d56be3816cdb73 (diff) | |
download | aoc-0351a8b8adfeb6c08d9428d1d7536ba5639ffbd1.tar.gz aoc-0351a8b8adfeb6c08d9428d1d7536ba5639ffbd1.zip |
2024-08 rust p1,p2
Diffstat (limited to '2024/08/rust/Cargo.lock')
-rw-r--r-- | 2024/08/rust/Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/2024/08/rust/Cargo.lock b/2024/08/rust/Cargo.lock new file mode 100644 index 0000000..e91e374 --- /dev/null +++ b/2024/08/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-08" +version = "0.1.0" |