diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-26 15:00:07 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-26 15:00:07 -0600 |
| commit | 91a989b761f97a70e76031988cf570ad5d209f47 (patch) | |
| tree | 2490390f6b6309d868d9d7def2fbe764e9e15fbf /Cargo.toml | |
| parent | 73688038a35d0ceee3d45bd15825a38bb26e74c0 (diff) | |
chore: add minimal basic logging
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |
