rust/src/libcore/Cargo.toml

10 lines
134 B
TOML
Raw Normal View History

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