From b21d23c3964df940fc2b447630732373885743af Mon Sep 17 00:00:00 2001 From: Andrey Popp <8mayday@gmail.com> Date: Mon, 7 Oct 2024 22:50:39 +0400 Subject: [PATCH] runtime: do not depent on lwt --- native/runtime/dune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/runtime/dune b/native/runtime/dune index dcb7bde..ac1cb9d 100644 --- a/native/runtime/dune +++ b/native/runtime/dune @@ -1,4 +1,4 @@ (library (name ppx_deriving_router_runtime_lib) (public_name ppx_deriving_router.runtime_lib) - (libraries routes uri lwt yojson)) + (libraries routes uri yojson))