mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2026-02-16 02:20:41 +00:00
refactor for to make it can use as mod
This commit is contained in:
4
src/mod.rs
Normal file
4
src/mod.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
pub mod relay_server;
|
||||
pub mod rendezvous_server;
|
||||
mod sled_async;
|
||||
use sled_async::*;
|
||||
Reference in New Issue
Block a user