From 4879ec7e07da6a720929466375d1181f65afb715 Mon Sep 17 00:00:00 2001 From: alemi Date: Mon, 30 Sep 2024 23:57:54 +0200 Subject: [PATCH] fix: include transport when building client/server --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 14c241c..f515264 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,5 +26,5 @@ tonic-build = "0.12" [features] default = ["client"] -client = [] -server = [] +client = ["tonic/transport"] +server = ["tonic/transport"]