rust/library/proc_macro/Cargo.toml
2020-07-27 19:51:13 -05:00

8 lines
149 B
TOML

[package]
authors = ["The Rust Project Developers"]
name = "proc_macro"
version = "0.0.0"
edition = "2018"
[dependencies]
std = { path = "../std" }