summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh McKinney <joshka@users.noreply.github.com>2023-04-12 18:14:07 -0700
committerD. Scott Boggs <scott@tams.tech>2023-09-01 07:51:58 -0400
commit3fedc18329625a9d9e253e8c69ddd63a4f2b485f (patch)
tree9751178d3514cbe216b3edced7d46b7b8def533f
parent92368287628dc69e3b3d80bd0f108e913f51531c (diff)
chore: add tracing crates
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4464691..ee4c1a7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,6 +47,7 @@ percent-encoding = "2.2.0"
thiserror = "1.0.38"
derive_deref = "1.1.1"
derive_is_enum_variant = "0.1.1"
+tracing = "0.1"
[dependencies.derive_builder]
version = "0.12.0"
@@ -106,6 +107,8 @@ tempfile = "3"
# for examples:
femme = "2.2.1"
html2text = "0.6.0"
+tracing-subscriber = "0.3"
+
[dev-dependencies.criterion]
version = "0.5.1"
features = ["async_tokio"]