aoc2024/gleam.toml

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