[router] add centralized configuration module for sgl-router (#7588)

This commit is contained in:
Simo Lin
2025-06-27 15:42:02 -07:00
committed by GitHub
parent d7374d7467
commit c071198c1d
5 changed files with 916 additions and 60 deletions

View File

@@ -36,6 +36,7 @@ metrics-exporter-prometheus = "0.17.0"
# Added for request tracing
uuid = { version = "1.10", features = ["v4", "serde"] }
thiserror = "2.0.12"
url = "2.5.4"
[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }