From a039d392b54170d236d9d993024e9eca38f701ce Mon Sep 17 00:00:00 2001 From: Rubens Brandao Date: Wed, 26 Jun 2024 17:24:33 -0300 Subject: Implement Rust WebsocketProvider --- rust/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/src/lib.rs') diff --git a/rust/src/lib.rs b/rust/src/lib.rs index 34c6bb53..d8d47938 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -86,6 +86,7 @@ pub mod type_printer; pub mod types; pub mod update; pub mod variable; +pub mod websocket; pub mod worker_thread; pub mod workflow; -- cgit v1.3.1