Skip to content

Commit

Permalink
runtime: do not depent on lwt
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypopp committed Oct 7, 2024
1 parent bc47305 commit b21d23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/runtime/dune
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit b21d23c

Please sign in to comment.