mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-16 09:48:10 +00:00
35016c772c
Removes the following dependent crates: * semver-parser * pest * ucd-trie Removes project_model's dependency on itertools
14 lines
301 B
TOML
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"
|