[package] authors = ["The Rust Project Developers"] name = "proc_macro" version = "0.0.0" [lib] path = "lib.rs" crate-type = ["dylib"] [dependencies] syntax = { path = "../libsyntax" }