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

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

16 lines
333 B
TOML
Raw Normal View History

[package]
2022-04-29 14:29:24 +00:00
name = "proc-macro-test"
version = "0.0.0"
license = "MIT OR Apache-2.0"
2021-10-21 15:49:28 +00:00
edition = "2021"
rust-version.workspace = true
publish = false
[lib]
doctest = false
2021-06-09 15:16:52 +00:00
[build-dependencies]
2022-04-29 14:29:24 +00:00
proc-macro-test-impl = { path = "imp", version = "0.0.0" }
2021-06-09 15:16:52 +00:00
toolchain = { path = "../toolchain", version = "0.0.0" }
2022-07-03 07:08:10 +00:00
cargo_metadata = "0.15.0"