]> git.lizzy.rs Git - rust.git/blob - library/proc_macro/Cargo.toml
Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyup
[rust.git] / library / proc_macro / Cargo.toml
1 [package]
2 name = "proc_macro"
3 version = "0.0.0"
4 edition = "2021"
5
6 [dependencies]
7 std = { path = "../std" }