summary refs log tree commit diff
path: root/src/librand/Cargo.toml
blob: 784654c0859900dd7c3e9edab786d8707bcfbd6b (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"
test = false

[dependencies]
core = { path = "../libcore" }