Files
RedBear-OS/local/recipes/system/firmware-loader/source/Cargo.toml
T
vasilito eaf8e89785 recipes: bump redox_syscall 0.7 → 0.8 in all Red Bear recipes
Aligns all Red Bear custom recipe dependencies with the syscall 0.8.x
version used by the upstream-synced base and relibc forks.

Author: vasilito <adminpupkin@gmail.com>
2026-06-18 21:36:21 +03:00

15 lines
344 B
TOML

[package]
name = "firmware-loader"
version = "0.1.0"
edition = "2021"
[dependencies]
libc = "0.2"
syscall = { package = "redox_syscall", version = "0.8", features = ["std"] }
redox_scheme = { package = "redox-scheme", version = "0.11" }
libredox = "0.1"
log = { version = "0.4", features = ["std"] }
sha2 = "0.10"
thiserror = "2"
toml = "0.8"