mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-27 07:45:28 +00:00
13 lines
325 B
TOML
13 lines
325 B
TOML
[package]
|
|
name = "abi"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
abi_sys = { path = "../abi_sys" }
|
|
main_proc_macro = { path = "../main_proc_macro" }
|
|
embedded-sdmmc = { version = "0.9", default-features = false }
|
|
embedded-graphics = "0.8.1"
|
|
once_cell = { version = "1", default-features = false }
|
|
rand_core = "0.9.3"
|