14 lines
436 B
TOML
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"
|