From 5aec6e642a9e3ee955f002d1a238c7767a42e0f9 Mon Sep 17 00:00:00 2001 From: Gabriel Buica Date: Thu, 16 Jan 2025 09:24:21 +0000 Subject: [PATCH] fixup! fixup! CP-52744: Thread `TraceContext` as json inside debug_info --- dune-project | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dune-project b/dune-project index 2a672e0a84..2aaad8ad19 100644 --- a/dune-project +++ b/dune-project @@ -103,13 +103,16 @@ dune (alcotest :with-test) (fmt :with-test) - ppx_deriving_yojson + ppx_deriving_rpc re + rpclib.core + rpclib.json + result + rresult uri (uuid :with-test) (xapi-log (= :version)) (xapi-stdext-threads (= :version)) - yojson ) (synopsis "Allows to instrument code to generate tracing information") (description "This library provides modules to allow gathering runtime traces.")