mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-31 23:38:45 +00:00
13 lines
192 B
TOML
13 lines
192 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" }
|