Current section

Files

Jump to
gwi gleam.toml
Raw

gleam.toml

name = "gwi"
version = "1.0.0"
description = "Game World Interface"
licences = ["MIT"]
repository = { type = "codeberg", user = "nnb", repo = "gwi" }
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
vec = ">= 1.4.0 and < 2.0.0"
vec_dict = ">= 1.2.1 and < 2.0.0"
vec_dict_json = ">= 1.0.1 and < 2.0.0"
gleam_json = ">= 3.0.2 and < 4.0.0"
vec_json = ">= 2.0.1 and < 3.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"