Files
RedBear-OS/scheme-utils/Cargo.toml
T
bjorn3 ca281c9395 scheme-utils: Copy ReadinessBased from redox-scheme to scheme-utils
To allow improving the implementation and interface in this repo and
move it back into redox-scheme later.
2026-04-18 16:49:03 +02:00

13 lines
196 B
TOML

[package]
name = "scheme-utils"
version = "0.0.0"
edition = "2024"
[dependencies]
libredox.workspace = true
redox-scheme.workspace = true
redox_syscall.workspace = true
[lints]
workspace = true