Packages

JSON translation code generator for g18n webpage projects

Current section

Files

Jump to
g18n_dev gleam.toml
Raw

gleam.toml

name = "g18n_dev"
version = "2.0.0"
description = "JSON translation code generator for g18n webpage projects"
licences = ["MIT"]
repository = { type = "github", user = "renatillas", repo = "g18n-dev" }
links = [{ title = "Website", href = "https://github.com/renatillas/g18n-dev" }]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
argv = ">= 1.0.0 and < 2.0.0"
filepath = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 2.0.0 and < 3.0.0"
tom = ">= 1.0.0 and < 3.0.0"
shellout = ">= 1.7.0 and < 2.0.0"
snag = ">= 1.1.0 and < 2.0.0"
gleam_json = ">= 3.0.0 and < 4.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"