mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
40 lines
743 B
TOML
40 lines
743 B
TOML
[package]
|
|
name = "proc-macro-srv"
|
|
version = "0.0.0"
|
|
description = "TBD"
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
object.workspace = true
|
|
libloading.workspace = true
|
|
memmap2.workspace = true
|
|
snap.workspace = true
|
|
|
|
stdx.workspace = true
|
|
tt.workspace = true
|
|
mbe.workspace = true
|
|
paths.workspace = true
|
|
base-db.workspace = true
|
|
span.workspace = true
|
|
proc-macro-api.workspace = true
|
|
ra-ap-rustc_lexer.workspace = true
|
|
|
|
[dev-dependencies]
|
|
expect-test = "1.4.0"
|
|
|
|
# used as proc macro test targets
|
|
proc-macro-test.path = "./proc-macro-test"
|
|
|
|
[features]
|
|
sysroot-abi = []
|
|
in-rust-tree = ["mbe/in-rust-tree", "sysroot-abi"]
|
|
|
|
[lints]
|
|
workspace = true
|