mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-16 17:58:16 +00:00
17 lines
337 B
TOML
17 lines
337 B
TOML
[package]
|
|
name = "proc_macro_test_impl"
|
|
version = "0.0.0"
|
|
license = "MIT OR Apache-2.0"
|
|
authors = ["rust-analyzer developers"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[lib]
|
|
doctest = false
|
|
proc-macro = true
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
# this crate should not have any dependencies, since it uses its own workspace,
|
|
# and its own `Cargo.lock`
|