Files
RedBear-OS/Cargo.toml
T

11 lines
165 B
TOML

[package]
name = "randd"
version = "0.1.0"
[dependencies]
rand = "0.3"
redox_syscall = "0.1"
[target.'cfg(target_arch = "x86_64")'.dependencies]
raw-cpuid = "2.0"