rust-analyzer/crates/proc-macro-srv/proc-macro-test/imp/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
298 B
TOML
Raw Normal View History

2021-06-09 15:16:52 +00:00
[package]
2022-04-29 14:29:24 +00:00
name = "proc-macro-test-impl"
2021-06-09 15:16:52 +00:00
version = "0.0.0"
license = "MIT OR Apache-2.0"
2021-10-21 15:49:28 +00:00
edition = "2021"
2021-06-09 15:16:52 +00:00
publish = false
[lib]
doctest = false
proc-macro = true
[dependencies]
# this crate should not have any dependencies, since it uses its own workspace,
# and its own `Cargo.lock`
2023-12-15 14:57:27 +00:00
[workspace]