mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 22:24:14 +00:00
13 lines
223 B
TOML
13 lines
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" }
|