From 68558decefd9562a5c8ee3ffa9c197b244e65321 Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 18 Jun 2025 16:19:14 -0600 Subject: feat: implement a bare bones envoy ext-authz server --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2cf2463..9c19c33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = "*" -- cgit v1.2.3