proxy: Read cplane JWT with clap arg (#9654)

This commit is contained in:
Folke Behrens
2024-11-06 11:27:55 +01:00
committed by GitHub
parent ebc43efebc
commit 5d8284c7fe
4 changed files with 13 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ bstr.workspace = true
bytes = { workspace = true, features = ["serde"] }
camino.workspace = true
chrono.workspace = true
clap.workspace = true
clap = { workspace = true, features = ["derive", "env"] }
compute_api.workspace = true
consumption_metrics.workspace = true
dashmap.workspace = true