diff options
Diffstat (limited to '2025/04/rust/Cargo.toml')
| -rw-r--r-- | 2025/04/rust/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/2025/04/rust/Cargo.toml b/2025/04/rust/Cargo.toml new file mode 100644 index 0000000..b29e6d6 --- /dev/null +++ b/2025/04/rust/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "aoc_2025-04" +version = "0.1.0" +edition = "2024" + +[dependencies] |
