app
Adom Parts Search
Public Made by Adomby adom
One search box across Mouser + DigiKey + JLCPCB. Parallel queries, side-by-side product photos, and a Mouser-preferred recommendation (40-min drone delivery to Fort Worth) that reasons around stock and lead time.
[package]
name = "adom-parts-search"
version = "0.1.7"
edition = "2021"
description = "Parts Search Electronics component search — CLI, backend HTTP service, and Hydrogen webview app"
license = "MIT"
[[bin]]
name = "adom-parts-search"
path = "src/main.rs"
[dependencies]
clap = { version = "4", features = ["derive", "env"] }
clap_complete = "4"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tiny_http = "0.12"
ureq = { version = "2", features = ["json"] }
base64 = "0.22"
[profile.release]
strip = true
lto = "thin"
opt-level = "z"