From 83eaa0c0ac78c3d976a7da26099a36a133ad41c2 Mon Sep 17 00:00:00 2001 From: Jameel Al-Aziz <247849+jalaziz@users.noreply.github.com> Date: Sun, 14 Apr 2024 06:29:29 -0700 Subject: [PATCH] feat(presets): add tokio-rs/tracing monorepo (#28390) --- lib/config/presets/internal/monorepo.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index 10ef04434cc580..fa3f8c52fe6a9b 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -494,6 +494,7 @@ const repoGroups = { tika: 'https://github.com/apache/tika', tiptap: 'https://github.com/ueberdosis/tiptap', 'tokio-prost': 'https://github.com/tokio-rs/prost', + 'tokio-tracing': 'https://github.com/tokio-rs/tracing', treat: 'https://github.com/seek-oss/treat', trpc: 'https://github.com/trpc/trpc', 'trust-dns': 'https://github.com/bluejekyll/trust-dns',