aoc2024/gleam.toml
2024-12-03 20:07:34 +01:00

10 lines
210 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"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"