summary refs log tree commit diff
path: root/library/proc_macro/Cargo.toml
blob: 9cc9ef4ec19bead7c5eea5eeb99e24b337a251a3 (plain)
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" }