Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 973385667a..3ebeb81026 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -99,6 +99,11 @@ smallvec = { version = "1.10.0", features = [
] }
tracing = "0.1.40"
tracing-tree = "0.2.5"
+tracing-subscriber = { version = "0.3.18", default-features = false, features = [
+ "registry",
+ "fmt",
+ "tracing-log",
+] }
smol_str = "0.2.0"
nohash-hasher = "0.2.0"
text-size = "1.1.0"