diff options
author | mhsn <mail@mhsn.net> | 2025-08-07 21:35:55 +0100 |
---|---|---|
committer | mhsn <mail@mhsn.net> | 2025-08-07 21:35:55 +0100 |
commit | 10bb2a67c5bb005b304508eb2026780531132f82 (patch) | |
tree | 4e4f72ea6a1fee203fa6c34ed6cc5b570d507100 /2024/06/rust/Cargo.toml | |
parent | 81232bba7f13c0cb2929f8ab44b789020ccb978f (diff) | |
download | aoc-10bb2a67c5bb005b304508eb2026780531132f82.tar.gz aoc-10bb2a67c5bb005b304508eb2026780531132f82.zip |
2024-06 rust p1
Diffstat (limited to '2024/06/rust/Cargo.toml')
-rw-r--r-- | 2024/06/rust/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/2024/06/rust/Cargo.toml b/2024/06/rust/Cargo.toml new file mode 100644 index 0000000..f478719 --- /dev/null +++ b/2024/06/rust/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "aoc_2024-06" +version = "0.1.0" +edition = "2021" + +[dependencies] +aoc = { version = "0.1.0", path = "../../../lib/rust" } |