11 lines
234 B
TOML
11 lines
234 B
TOML
name = "towerops"
|
|
version = "0.1.0"
|
|
target = "erlang"
|
|
|
|
[dependencies]
|
|
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
|
|
gleam_regexp = ">= 1.0.0 and < 2.0.0"
|
|
|
|
[dev-dependencies]
|
|
gleeunit = ">= 1.0.0 and < 2.0.0"
|
|
glinter = ">= 1.0.0 and < 3.0.0"
|