From ab6d5cefbea1e8ddf41f385dd85918f651958287 Mon Sep 17 00:00:00 2001 From: benj Date: Mon, 19 Jun 2023 17:18:21 -0700 Subject: hack to allow impersonator to impersonate target --- crates/iam/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crates/iam/Cargo.toml') diff --git a/crates/iam/Cargo.toml b/crates/iam/Cargo.toml index 2ee6fc6..25af19e 100644 --- a/crates/iam/Cargo.toml +++ b/crates/iam/Cargo.toml @@ -23,7 +23,9 @@ time = { version = "0.3", features = [ "serde" ] } tiny_http = "0.12" tokio = { version = "1.23.0", features = ["full"] } toml = "0.5.9" +tracing = "0.1.37" +tracing-subscriber = "0.3.17" thiserror = "1.0" url = "2.3.1" urlencoding = "2.1.2" -uuid = { version = "1.2", features = ["v4", "serde"]} \ No newline at end of file +uuid = { version = "1.2", features = ["v4", "serde"]} -- cgit v1.2.3