mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 17:07:26 +00:00
15 lines
323 B
TOML
15 lines
323 B
TOML
[package]
|
|
name = "proc_macro_test"
|
|
version = "0.0.0"
|
|
license = "MIT OR Apache-2.0"
|
|
edition = "2021"
|
|
rust-version = "1.56"
|
|
publish = false
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[build-dependencies]
|
|
proc_macro_test_impl = { path = "imp", version = "0.0.0" }
|
|
toolchain = { path = "../toolchain", version = "0.0.0" }
|
|
cargo_metadata = "0.14"
|