1 2 3 4 5 6 7 8
[package] authors = ["The Rust Project Developers"] name = "proc_macro" version = "0.0.0" edition = "2018" [dependencies] std = { path = "../std" }