[router][grpc] Add dependencies in Cargo.toml to support chat template rendering (#11342)

This commit is contained in:
Chang Su
2025-10-08 15:38:37 -07:00
committed by GitHub
parent 7ac6b900f4
commit fccac7d126
4 changed files with 5 additions and 17 deletions

View File

@@ -57,7 +57,7 @@ tokio-stream = { version = "0.1", features = ["sync"] }
anyhow = "1.0"
tokenizers = { version = "0.22.0" }
tiktoken-rs = { version = "0.7.0" }
minijinja = { version = "2.0", features = ["unstable_machinery"] }
minijinja = { version = "2.0", features = ["unstable_machinery", "json", "builtins"] }
rustls = { version = "0.23", default-features = false, features = ["ring", "std"] }
hf-hub = { version = "0.4.3", features = ["tokio"] }
rmcp = { version = "0.6.3", features = ["client", "server",