mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-27 15:55:25 +00:00
14 lines
297 B
TOML
14 lines
297 B
TOML
[package]
|
|
name = "abi_sys"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[features]
|
|
defmt = ["dep:defmt"]
|
|
|
|
[dependencies]
|
|
embedded-graphics = "0.8.1"
|
|
strum = { version = "0.27.2", default-features = false, features = ["derive"] }
|
|
defmt = { version = "0.3", optional = true }
|
|
shared = { path = "../shared" }
|