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

[lib]
name = "rustc_macro"
path = "lib.rs"
crate-type = ["dylib"]

[dependencies]
syntax = { path = "../libsyntax" }