aoc2024/gleam.toml

12 lines
248 B
TOML
Raw Normal View History

2024-12-03 19:07:34 +00:00
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"
2024-12-06 17:59:30 +00:00
parallel_map = ">= 2.1.0 and < 3.0.0"
2024-12-03 19:07:34 +00:00
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"