From f51ce0c456c3b17c5b44acd522886fc46afbd619 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Fri, 7 Jun 2024 14:56:07 +0200 Subject: [PATCH] Add comment back Signed-off-by: Bob Weinand --- trace-utils/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/trace-utils/Cargo.toml b/trace-utils/Cargo.toml index cb69a4271..4ef27bebf 100644 --- a/trace-utils/Cargo.toml +++ b/trace-utils/Cargo.toml @@ -23,6 +23,7 @@ datadog-trace-normalization = { path = "../trace-normalization" } tokio = { version = "1", features = ["macros", "rt-multi-thread"] } rand = "0.8.5" bytes = "1.6.0" +# This should only be used for testing. It isn't under dev-dependencies because test-utils can't be under #[cfg(test)]. httpmock = { version = "0.7.0", optional = true} [dev-dependencies]