gleam-kicad-sexpr/gleam.toml
Lily Rose 118067adb2
Some checks failed
test / test (push) Has been cancelled
Bump version to v1.0.1
2025-07-26 01:26:04 +10:00

13 lines
425 B
TOML

name = "kicad_sexpr"
version = "1.0.1"
description = "A gleam library for parsing kicad footprint files and symbol libraries"
licences = ["MIT"]
repository = { type = "forgejo", host = "git.7cs.dev", user = "lily", repo = "gleam-kicad-sexpr" }
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
gleam_time = ">= 1.4.0 and < 2.0.0"
simplifile = ">= 2.3.0 and < 3.0.0"