summaryrefslogtreecommitdiff
path: root/rust/src/lib.rs
diff options
context:
space:
mode:
authorRubens Brandao <git@rubens.io>2024-06-26 17:24:33 -0300
committerMason Reed <mason@vector35.com>2025-02-07 15:52:59 -0500
commita039d392b54170d236d9d993024e9eca38f701ce (patch)
treeac5900027386c9b4a1197689008c646eb59e0b80 /rust/src/lib.rs
parent3f0a217d7d097c0502af81e78a01ed3bf9f38761 (diff)
Implement Rust WebsocketProvider
Diffstat (limited to 'rust/src/lib.rs')
-rw-r--r--rust/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
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;