remove crossbeam-channel from proc-macro-srv-cli

This commit is contained in:
bit-aloo
2025-12-27 10:40:42 +05:30
parent 38f1cccef2
commit 720d9eecc7
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -1877,7 +1877,6 @@ name = "proc-macro-srv-cli"
version = "0.0.0"
dependencies = [
"clap",
"crossbeam-channel",
"postcard",
"proc-macro-api",
"proc-macro-srv",
@@ -14,7 +14,6 @@ publish = false
proc-macro-srv.workspace = true
proc-macro-api.workspace = true
postcard.workspace = true
crossbeam-channel.workspace = true
clap = {version = "4.5.42", default-features = false, features = ["std"]}
[features]