11 lines
182 B
TOML
11 lines
182 B
TOML
[package]
|
|
name = "shared"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
arrform = "0.1.1"
|
|
embedded-graphics = "0.8.1"
|
|
embedded-graphics-core = "0.4.0"
|
|
embedded-layout = "0.4.2"
|