app
Adom Symbol
Public Made by Adomby adom
KiCad symbol creator with interactive viewer and delivery to KiCad/Fusion 360
[package]
name = "adom-symbol"
version = "1.1.7"
edition = "2021"
description = "Create and preview KiCad/Fusion 360 schematic symbols with interactive viewer"
[[bin]]
name = "adom-symbol"
path = "src/main.rs"
[dependencies]
anyhow = "1"
regex = "1"
clap = { version = "4", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
reqwest = { version = "0.12", features = ["blocking", "json"] }
tiny_http = "0.12"
include_dir = "0.7"
clap_complete = "4"
[profile.release]
opt-level = "z"
lto = true
strip = true