blob: 7ce65d0fe4dbcb98a66143d5790ca009abde5768 (
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"
[lib]
path = "lib.rs"
crate-type = ["dylib"]
[dependencies]
syntax = { path = "../libsyntax" }
|