diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-24 14:36:58 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-24 14:36:58 -0600 |
| commit | 85490a4cfa7f3836d3d2f1e7cbfe48b668aa484b (patch) | |
| tree | 3fb62e5566ef838187b8568f9e71d0495f24d812 /Cargo.toml | |
| parent | a0537b163037a92652ec92c1f47945e0572bb76e (diff) | |
feat: connect check service to a minimal cedar policy
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -12,13 +12,14 @@ name = "authzd" path = "src/lib.rs" [dependencies] +cedar-policy = "4.4.1" envoy-types = "0.6.0" please = { git = "https://github.com/xlgmokha/please.git", version = "0.1.0" } -tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } -tonic = "*" +tokio = { version = "1.0.0", features = ["macros", "rt-multi-thread"] } +tonic = "0.13.1" tonic-health = "0.13.1" tonic-reflection = "0.13.1" [dev-dependencies] -tokio-test = "0.4" -tonic-build = "0.10" +tokio-test = "0.4.0" +tonic-build = "0.10.0" |
