mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 17:07:26 +00:00
17 lines
320 B
TOML
17 lines
320 B
TOML
[package]
|
|
name = "proc-macro-test-impl"
|
|
version = "0.0.0"
|
|
license = "MIT OR Apache-2.0"
|
|
edition = "2021"
|
|
rust-version = "1.57"
|
|
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`
|