]> git.lizzy.rs Git - rust.git/blob - src/libproc_macro/Cargo.toml
Auto merge of #63874 - spastorino:places-drive-by-cleanups, r=Centril
[rust.git] / src / libproc_macro / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "proc_macro"
4 version = "0.0.0"
5 edition = "2018"
6
7 [lib]
8 path = "lib.rs"
9
10 [dependencies]
11 std = { path = "../libstd" }