summaryrefslogtreecommitdiff
path: root/crates/main/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/main/Cargo.toml')
-rw-r--r--crates/main/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/main/Cargo.toml b/crates/main/Cargo.toml
index 965e4153..52781d2a 100644
--- a/crates/main/Cargo.toml
+++ b/crates/main/Cargo.toml
@@ -28,7 +28,7 @@ directory = { path = "../directory" }
trc = { path = "../trc" }
utils = { path = "../utils" }
tokio = { version = "1.23", features = ["full"] }
-tracing = "0.1"
+
[target.'cfg(not(target_env = "msvc"))'.dependencies]
jemallocator = "0.5.0"