mirror of
https://github.com/SrIzan10/adventofcode.git
synced 2026-06-06 00:46:56 +00:00
9 lines
116 B
TOML
9 lines
116 B
TOML
[package]
|
|
name = "aoc2025"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
itertools = "0.14.0"
|
|
regex = "1.12.2"
|