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