diff options
author | mhsn <mail@mhsn.net> | 2025-04-28 20:03:12 +0100 |
---|---|---|
committer | mhsn <mail@mhsn.net> | 2025-04-28 20:03:12 +0100 |
commit | c8748ada43f7ee9ca0e6a5fd29a00c1cdcb5f7a0 (patch) | |
tree | 589437c2b0abee304688a3c6dfc23f06bf573ccd /2024/02/rust/Cargo.lock | |
parent | 271b499ca5c65f1329838d6f999532c13d32ee3a (diff) | |
download | aoc-c8748ada43f7ee9ca0e6a5fd29a00c1cdcb5f7a0.tar.gz aoc-c8748ada43f7ee9ca0e6a5fd29a00c1cdcb5f7a0.zip |
2024-02 rust p1
Diffstat (limited to '2024/02/rust/Cargo.lock')
-rw-r--r-- | 2024/02/rust/Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/2024/02/rust/Cargo.lock b/2024/02/rust/Cargo.lock new file mode 100644 index 0000000..f3a3299 --- /dev/null +++ b/2024/02/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-02" +version = "0.1.0" |