aboutsummaryrefslogtreecommitdiff
path: root/crates/iam/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--crates/iam/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
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"]}