1// SPDX-FileCopyrightText: Szilárd Hajba 2// SPDX-License-Identifier: LGPL-3.0-or-later 3 4mod prelude; 5pub mod websocket; 6 7pub use websocket::handle_crdt_connection; 8 9// vim: ts=4