about summary refs log tree commit diff
path: root/library/proc_macro/Cargo.toml
blob: db5e2e4e245ea59f84c5828116a313d543f29c4c (plain)
1
2
3
4
5
6
7
[package]
name = "proc_macro"
version = "0.0.0"
edition = "2021"

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