diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-18 16:19:14 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-18 16:19:14 -0600 |
| commit | 68558decefd9562a5c8ee3ffa9c197b244e65321 (patch) | |
| tree | 7b1fa8bacecf55f600a5f4a595d837f57926d1d0 /Cargo.toml | |
| parent | 49be33cf65962e865700131623b2f825c23983f1 (diff) | |
feat: implement a bare bones envoy ext-authz server
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ name = "authzd-client" path = "src/client.rs" [dependencies] +envoy-types = "0.6.0" prost = "0.13" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } tonic = "*" |
