03e99db648
The `rand` crate has been removed from the standard library. https://github.com/rust-lang/rust/commit/6bc8f164b09b9994e6a2d4c4ca60d7d36c09d3fe
9 lines
112 B
TOML
9 lines
112 B
TOML
[package]
|
|
name = "randd"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
rand = "0.3"
|
|
raw-cpuid = "2.0"
|
|
redox_syscall = "0.1"
|