We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91b16e commit fb7fc64Copy full SHA for fb7fc64
sgl-router/Cargo.toml
@@ -4,9 +4,7 @@ version = "0.2.2"
4
edition = "2021"
5
6
[features]
7
-default = ["grpc-client"]
8
-grpc-client = []
9
-grpc-server = []
+default = []
10
vendored-openssl = ["openssl/vendored"]
11
12
[lints.rust]
sgl-router/src/lib.rs
@@ -4,7 +4,6 @@ pub mod logging;
pub mod core;
pub mod data_connector;
-#[cfg(feature = "grpc-client")]
pub mod grpc_client;
pub mod mcp;
pub mod metrics;
0 commit comments