summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-24 14:36:58 -0600
committermo khan <mo@mokhan.ca>2025-06-24 14:36:58 -0600
commit85490a4cfa7f3836d3d2f1e7cbfe48b668aa484b (patch)
tree3fb62e5566ef838187b8568f9e71d0495f24d812 /Cargo.toml
parenta0537b163037a92652ec92c1f47945e0572bb76e (diff)
feat: connect check service to a minimal cedar policy
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 5 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5eeecac3..415f3806 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"