mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-26 23:35:53 +00:00
11 lines
224 B
TOML
11 lines
224 B
TOML
[package]
|
|
name = "userlib"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
userlib_sys = { path = "../userlib_sys" }
|
|
embedded-graphics = "0.8.1"
|
|
once_cell = { version = "1", default-features = false }
|
|
rand_core = "0.9.3"
|