11 lines
210 B
TOML
11 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"
|