9 lines
179 B
TOML
9 lines
179 B
TOML
name = "shared"
|
|
version = "1.0.0"
|
|
|
|
[dependencies]
|
|
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
|
|
gleam_json = ">= 3.0.2 and < 4.0.0"
|
|
|
|
[dev-dependencies]
|
|
gleeunit = ">= 1.0.0 and < 2.0.0"
|