diff options
author | mhsn <mail@mhsn.net> | 2025-08-20 11:57:53 +0100 |
---|---|---|
committer | mhsn <mail@mhsn.net> | 2025-08-20 11:57:53 +0100 |
commit | 6483ca70089f359e93a38ac6564bac1ebd7a1f42 (patch) | |
tree | a17fea87e5a630b05ad9dcaf1b2290504165ae6a /2024/07/rust/Cargo.toml | |
parent | 64acaacb6fc13007a8c399e95e2984422f1496ca (diff) | |
download | aoc-6483ca70089f359e93a38ac6564bac1ebd7a1f42.tar.gz aoc-6483ca70089f359e93a38ac6564bac1ebd7a1f42.zip |
2024-07 rust p1,p2
Diffstat (limited to '2024/07/rust/Cargo.toml')
-rw-r--r-- | 2024/07/rust/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/2024/07/rust/Cargo.toml b/2024/07/rust/Cargo.toml new file mode 100644 index 0000000..c64c1b5 --- /dev/null +++ b/2024/07/rust/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "aoc_2024-07" +version = "0.1.0" +edition = "2021" + +[dependencies] |