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.lock | |
| parent | 49be33cf65962e865700131623b2f825c23983f1 (diff) | |
feat: implement a bare bones envoy ext-authz server
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -53,6 +53,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" name = "authzd" version = "0.1.0" dependencies = [ + "envoy-types", "prost", "tokio", "tonic", @@ -150,6 +151,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" [[package]] +name = "envoy-types" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "065b6b0018b25902cab074d44c0e2098205329b6b5a309a33cc688bc0ac9573d" +dependencies = [ + "futures-core", + "prost", + "tonic", +] + +[[package]] name = "equivalent" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" |
