rust/crates/ra_proc_macro/Cargo.toml
2020-03-26 01:30:39 +08:00

13 lines
No EOL
223 B
TOML

[package]
edition = "2018"
name = "ra_proc_macro"
version = "0.1.0"
authors = ["rust-analyzer developers"]
publish = false
[lib]
doctest = false
[dependencies]
ra_tt = { path = "../ra_tt" }
ra_mbe = { path = "../ra_mbe" }