diff --git a/native/cpp/CommonCpp/grpc/grpc_client/Cargo.toml b/native/cpp/CommonCpp/grpc/grpc_client/Cargo.toml --- a/native/cpp/CommonCpp/grpc/grpc_client/Cargo.toml +++ b/native/cpp/CommonCpp/grpc/grpc_client/Cargo.toml @@ -21,3 +21,6 @@ [build-dependencies] cxx-build = "1.0" tonic-build = "0.8" + +[lib] +crate-type = ["staticlib"]