blob: eda5f217565de80a1876fc146ff4d925fa63a159 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
authors = ["The Rust Project Developers"]
name = "rand"
version = "0.0.0"
[lib]
name = "rand"
path = "lib.rs"
doc = false
[dependencies]
core = { path = "../libcore" }
|