[router] global tool parser registry (#9840)

This commit is contained in:
Chang Su
2025-08-30 23:35:39 -07:00
committed by GitHub
parent 5e194b2143
commit c112bcc461
4 changed files with 32 additions and 10 deletions

View File

@@ -64,6 +64,7 @@ prost-types = "0.13"
deadpool = { version = "0.12", features = ["managed", "rt_tokio_1"] }
backoff = { version = "0.4", features = ["tokio"] }
strum = { version = "0.26", features = ["derive"] }
once_cell = "1.21.3"
[build-dependencies]
tonic-build = "0.12"