13 lines
425 B
TOML
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"
|