]> git.lizzy.rs Git - rust.git/blob - library/proc_macro/Cargo.toml
Rollup merge of #92001 - fee1-dead:dmbic-xcrate-fix, r=oli-obk
[rust.git] / library / proc_macro / Cargo.toml
1 [package]
2 name = "proc_macro"
3 version = "0.0.0"
4 edition = "2018"
5
6 [dependencies]
7 std = { path = "../std" }