rust-analyzer/crates/proc_macro_test/Cargo.toml
kjeremy 35016c772c cargo_metadata 0.14
Removes the following dependent crates:
* semver-parser
* pest
* ucd-trie

Removes project_model's dependency on itertools
2021-07-09 11:01:55 -04:00

14 lines
301 B
TOML

[package]
name = "proc_macro_test"
version = "0.0.0"
license = "MIT OR Apache-2.0"
edition = "2018"
publish = false
[lib]
doctest = false
[build-dependencies]
proc_macro_test_impl = { path = "imp", version = "0.0.0" }
toolchain = { path = "../toolchain", version = "0.0.0" }
cargo_metadata = "0.14"