mirror of
https://github.com/hexedtech/codemp-proto.git
synced 2024-11-23 07:54:49 +01:00
fix: include transport when building client/server
This commit is contained in:
parent
403200d6bc
commit
4879ec7e07
1 changed files with 2 additions and 2 deletions
|
@ -26,5 +26,5 @@ tonic-build = "0.12"
|
|||
|
||||
[features]
|
||||
default = ["client"]
|
||||
client = []
|
||||
server = []
|
||||
client = ["tonic/transport"]
|
||||
server = ["tonic/transport"]
|
||||
|
|
Loading…
Reference in a new issue