summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-16 13:08:24 -0600
committermo khan <mo@mokhan.ca>2025-07-16 13:08:24 -0600
commit7db4022711af526ed7606fef65d3ffa0017e8b25 (patch)
treeda356c0566c56fccb8024b9859936d03e192036c /Cargo.toml
parent7bb8655a150599ce4e5c45bf9f1eb5420345e55e (diff)
chore: use bug to generate envoy types
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0a3f3483..364069c3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,9 +14,10 @@ path = "src/lib.rs"
[dependencies]
cedar-policy = "4.4.1"
clap = { version = "4.5", features = ["derive", "env"] }
-envoy-types = "0.6.0"
log = "0.4.27"
please = { git = "https://github.com/xlgmokha/please.git", version = "0.1.0" }
+prost = "0.12.6"
+prost-types = "0.12.6"
reqwest = { version = "0.12", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"