[package] name = "abi" version = "0.1.0" edition = "2024" [dependencies] embedded-graphics = "0.8.1" shared = { path = "../shared" } abi_sys = { path = "../abi_sys" } talc = "4.4.3" spin = "0.10.0"