Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/proc-macro-srv-cli/Cargo.toml')
-rw-r--r--crates/proc-macro-srv-cli/Cargo.toml8
1 files changed, 3 insertions, 5 deletions
diff --git a/crates/proc-macro-srv-cli/Cargo.toml b/crates/proc-macro-srv-cli/Cargo.toml
index 91e9e62b08..2c6e5a16ee 100644
--- a/crates/proc-macro-srv-cli/Cargo.toml
+++ b/crates/proc-macro-srv-cli/Cargo.toml
@@ -13,15 +13,13 @@ publish = false
[dependencies]
proc-macro-srv.workspace = true
proc-macro-api.workspace = true
-tt.workspace = true
+postcard.workspace = true
clap = {version = "4.5.42", default-features = false, features = ["std"]}
-postcard = { version = "1.1.3", optional = true }
[features]
-default = ["postcard"]
-sysroot-abi = ["proc-macro-srv/sysroot-abi"]
+default = []
+sysroot-abi = ["proc-macro-srv/sysroot-abi", "proc-macro-api/sysroot-abi"]
in-rust-tree = ["proc-macro-srv/in-rust-tree", "sysroot-abi"]
-postcard = ["dep:postcard"]
[[bin]]