Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/proc_macro_api/Cargo.toml')
| -rw-r--r-- | crates/proc_macro_api/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/proc_macro_api/Cargo.toml b/crates/proc_macro_api/Cargo.toml index e59b903bc5..99b9ead0fc 100644 --- a/crates/proc_macro_api/Cargo.toml +++ b/crates/proc_macro_api/Cargo.toml @@ -12,8 +12,6 @@ doctest = false serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", features = ["unbounded_depth"] } tracing = "0.1" -crossbeam-channel = "0.5.0" -jod-thread = "0.1.1" memmap2 = "0.3.0" snap = "1.0" |