rust/src/librand/Cargo.toml

12 lines
168 B
TOML
Raw Normal View History

[package]
authors = ["The Rust Project Developers"]
name = "rand"
version = "0.0.0"
[lib]
name = "rand"
path = "lib.rs"
[dependencies]
core = { path = "../libcore" }