]> git.lizzy.rs Git - rust.git/blob - Cargo.toml
9cc9ef4ec19bead7c5eea5eeb99e24b337a251a3
[rust.git] / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "proc_macro"
4 version = "0.0.0"
5 edition = "2018"
6
7 [dependencies]
8 std = { path = "../std" }