8acc73d774
Phase 1 (Runtime Substrate): 4 check binaries, --probe, POSIX tests Phase 2 (Wayland Compositor): bounded scaffold, zero warnings Phase 3 (KWin Session): preflight checker (KWin stub, gated on Qt6Quick) Phase 4 (KDE Plasma): 18 KF6 enabled, preflight checker Phase 5 (Hardware GPU): DRM/firmware/Mesa preflight checker Build: zero warnings, all scripts syntax-clean. Oracle-verified.
22 lines
438 B
TOML
22 lines
438 B
TOML
[package]
|
|
name = "randd"
|
|
description = "Random number generation daemon"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rand_chacha = "0.2"
|
|
rand_core = "0.5"
|
|
daemon = { path = "../daemon" }
|
|
redox_syscall.workspace = true
|
|
libredox.workspace = true
|
|
sha2 = "0.8"
|
|
redox-scheme.workspace = true
|
|
scheme-utils = { path = "../scheme-utils" }
|
|
|
|
[target.'cfg(target_arch = "x86_64")'.dependencies]
|
|
raw-cpuid = "11.0.1"
|
|
|
|
[lints]
|
|
workspace = true
|