substrate/gleam.toml
Lily Rose 40cfdf9bc6
Some checks are pending
test / test (push) Waiting to run
Initial commit
2025-07-28 01:54:31 +10:00

14 lines
436 B
TOML

name = "substrate"
version = "1.0.0"
description = "Procedurally generate SVG wallpapers from Kicad footprints"
licences = ["MIT"]
repository = { type = "forgejo", host = "git.7cs.dev", user = "lily", repo = "substrate" }
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
simplifile = ">= 2.3.0 and < 3.0.0"
lustre = ">= 5.2.1 and < 6.0.0"
kicad_sexpr = ">= 1.0.1 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"