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.

21 lines
347 B
TOML
Raw Normal View History

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