app
service-kicad
Public Made by Adomby adom
Shared headless KiCad 10: DRC, ERC, SVG/Gerber/STEP export, Altium library conversion, symbol/footprint/3D-model lookup. Every Adom tool shells to this CLI instead of calling the HTTP API directly.
[workspace]
resolver = "2"
members = ["api", "cli"]
[workspace.package]
version = "1.1.0"
edition = "2021"
license = "AGPL-3.0-or-later"
repository = "https://github.com/adom-inc/service-kicad"
authors = ["Adom <[email protected]>"]
[workspace.dependencies]
anyhow = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.3"
tempfile = "3"