Files
RedBear-OS/Cargo.toml
T
Tibor Nagy 03e99db648 Use rand from crates.io
The `rand` crate has been removed from the standard library.
https://github.com/rust-lang/rust/commit/6bc8f164b09b9994e6a2d4c4ca60d7d36c09d3fe
2017-11-18 04:01:51 +01:00

9 lines
112 B
TOML

[package]
name = "randd"
version = "0.1.0"
[dependencies]
rand = "0.3"
raw-cpuid = "2.0"
redox_syscall = "0.1"