13 lines
219 B
TOML
13 lines
219 B
TOML
[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"
|
|
rand_core = "0.9.3"
|