]> git.lizzy.rs Git - rust.git/blob - library/proc_macro/Cargo.toml
Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyup
[rust.git] / library / proc_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 [dependencies]
8 std = { path = "../std" }