diff options
| author | mhsn <mail@mhsn.net> | 2026-03-18 21:48:13 +0000 |
|---|---|---|
| committer | mhsn <mail@mhsn.net> | 2026-03-18 21:48:13 +0000 |
| commit | 498eacd32e3812951d6955b5159f190717860345 (patch) | |
| tree | 4077566169175f6aa11fff09b674ac337090c4fc /2025/11/rust/Cargo.toml | |
| parent | e6600d91e1feaaca62a8a2dc542b116dbba887c3 (diff) | |
| download | puzzles-498eacd32e3812951d6955b5159f190717860345.tar.gz puzzles-498eacd32e3812951d6955b5159f190717860345.zip | |
25-11 rust
Diffstat (limited to '2025/11/rust/Cargo.toml')
| -rw-r--r-- | 2025/11/rust/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/2025/11/rust/Cargo.toml b/2025/11/rust/Cargo.toml new file mode 100644 index 0000000..9fbcc03 --- /dev/null +++ b/2025/11/rust/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "aoc_2025-11" +version = "0.1.0" +edition = "2024" + +[dependencies] |
