gleam.toml
name = "proute"
version = "1.0.0-rc.0"
description = "A route generator for Lustre page trees"
licences = ["MIT"]
repository = { type = "github", user = "pairshaped", repo = "proute" }
[dependencies]
gleam_stdlib = ">= 0.44.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"
justin = ">= 1.1.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"