rust/src/libcore/Cargo.toml

11 lines
153 B
TOML
Raw Normal View History

[package]
authors = ["The Rust Project Developers"]
name = "core"
version = "0.0.0"
build = "build.rs"
[lib]
name = "core"
path = "lib.rs"
test = false