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.toml | |
parent | 5ee08cbb28fd70c52b088f68c4d56be3816cdb73 (diff) | |
download | aoc-0351a8b8adfeb6c08d9428d1d7536ba5639ffbd1.tar.gz aoc-0351a8b8adfeb6c08d9428d1d7536ba5639ffbd1.zip |
2024-08 rust p1,p2
Diffstat (limited to '2024/08/rust/Cargo.toml')
-rw-r--r-- | 2024/08/rust/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/2024/08/rust/Cargo.toml b/2024/08/rust/Cargo.toml new file mode 100644 index 0000000..bb3b056 --- /dev/null +++ b/2024/08/rust/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "aoc_2024-08" +version = "0.1.0" +edition = "2021" + +[dependencies] |