summary refs log tree commit diff
path: root/src/libproc_macro/Cargo.toml
blob: 187bdac80019d51e914a6c70ec31e914c567d231 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
authors = ["The Rust Project Developers"]
name = "proc_macro"
version = "0.0.0"
edition = "2018"

[lib]
path = "lib.rs"

[dependencies]
std = { path = "../libstd" }