]> git.lizzy.rs Git - rust.git/blob - library/proc_macro/Cargo.toml
Merge commit '0c89065b934397b62838fe3e4ef6f6352fc52daf' into libgccjit-codegen
[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" }