feat(metrics): remove ngrok mandatory feature for backendv3 crate

This commit is contained in:
Morgan Funtowicz 2025-02-27 22:56:04 +01:00
parent 712199c769
commit f72547c9fb

View File

@ -18,7 +18,7 @@ async-trait = "0.1.74"
async-stream = "0.3.5"
axum = { version = "0.7", features = ["json"] }
axum-tracing-opentelemetry = "0.16"
text-generation-router = { path = "../../router", features = ["engine-state", "ngrok"] }
text-generation-router = { path = "../../router", features = ["engine-state"] }
clap = { version = "4.4.5", features = ["derive", "env"] }
grpc-metadata = { path = "../grpc-metadata" }
futures = "0.3.28"