summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-26 15:00:07 -0600
committermo khan <mo@mokhan.ca>2025-06-26 15:00:07 -0600
commit91a989b761f97a70e76031988cf570ad5d209f47 (patch)
tree2490390f6b6309d868d9d7def2fbe764e9e15fbf /Cargo.toml
parent73688038a35d0ceee3d45bd15825a38bb26e74c0 (diff)
chore: add minimal basic logging
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 415f3806..2ac42209 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,11 +14,14 @@ path = "src/lib.rs"
[dependencies]
cedar-policy = "4.4.1"
envoy-types = "0.6.0"
+log = "0.4.27"
please = { git = "https://github.com/xlgmokha/please.git", version = "0.1.0" }
tokio = { version = "1.0.0", features = ["macros", "rt-multi-thread"] }
tonic = "0.13.1"
tonic-health = "0.13.1"
tonic-reflection = "0.13.1"
+tracing = "0.1"
+tracing-subscriber = { version = "0.3", features = ["json"] }
[dev-dependencies]
tokio-test = "0.4.0"