mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
8 lines
145 B
TOML
8 lines
145 B
TOML
[package]
|
|
name = "randd"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
raw-cpuid = "2.*"
|
|
redox_syscall = { git = "https://github.com/redox-os/syscall.git" }
|