Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/proc_macro_srv/Cargo.toml')
| -rw-r--r-- | crates/proc_macro_srv/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/crates/proc_macro_srv/Cargo.toml b/crates/proc_macro_srv/Cargo.toml index 939e41f845..159e2bfa40 100644 --- a/crates/proc_macro_srv/Cargo.toml +++ b/crates/proc_macro_srv/Cargo.toml @@ -25,9 +25,6 @@ paths = { path = "../paths", version = "0.0.0" } proc_macro_api = { path = "../proc_macro_api", version = "0.0.0" } [dev-dependencies] -test_utils = { path = "../test_utils" } -toolchain = { path = "../toolchain" } -cargo_metadata = "0.14" expect-test = "1.1.0" # used as proc macro test targets |