From ae5bdbed7ff6f2711e3d6e30fb6e955ce0e5b443 Mon Sep 17 00:00:00 2001 From: Jackson Coxson Date: Tue, 25 Mar 2025 13:10:36 -0600 Subject: [PATCH] Add adapter to lib --- ffi/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ffi/src/lib.rs b/ffi/src/lib.rs index 285165e..1e1686a 100644 --- a/ffi/src/lib.rs +++ b/ffi/src/lib.rs @@ -1,5 +1,6 @@ // Jackson Coxson +pub mod adapter; pub mod core_device_proxy; mod errors; pub mod heartbeat;