[router] Support Oracle DB(ATP) Data Connector (#10845)
This commit is contained in:
@@ -19,7 +19,7 @@ name = "sglang-router"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
clap = { version = "4", features = ["derive", "env"] }
|
||||
axum = { version = "0.8.4", features = ["macros", "ws", "tracing"] }
|
||||
tower = { version = "0.5", features = ["full"] }
|
||||
tower-http = { version = "0.6", features = ["trace", "compression-gzip", "cors", "timeout", "limit", "request-id", "util"] }
|
||||
@@ -69,6 +69,7 @@ rmcp = { version = "0.6.3", features = ["client", "server",
|
||||
"reqwest",
|
||||
"auth"] }
|
||||
serde_yaml = "0.9"
|
||||
oracle = { version = "0.6.3", features = ["chrono"] }
|
||||
subtle = "2.6"
|
||||
|
||||
# gRPC and Protobuf dependencies
|
||||
|
||||
Reference in New Issue
Block a user