aoc2024/gleam.toml
2024-12-06 18:59:30 +01:00

11 lines
248 B
TOML

name = "aoc"
version = "1.0.0"
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
stdin = ">= 1.1.4 and < 2.0.0"
gleam_yielder = ">= 1.1.0 and < 2.0.0"
parallel_map = ">= 2.1.0 and < 3.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"