rust/crates/ra_proc_macro/Cargo.toml

13 lines
192 B
TOML
Raw Normal View History

2020-03-18 10:47:59 +01:00
[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" }