Current section

Files

Jump to
glerd gleam.toml
Raw

gleam.toml

name = "glerd"
version = "2.0.0"
description = "Generate metadata of Gleam Records for runtime reflection"
licences = ["MIT"]
repository = { type = "github", user = "darky", repo = "glerd" }
gleam = ">= 1.1.0"
[dependencies]
fswalk = ">= 3.0.1"
glance = ">= 0.11.0"
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
simplifile = ">= 1.7.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"