Update Cargo.toml

This commit is contained in:
RustDesk 2025-04-30 20:38:09 +08:00 committed by fufesou
parent 8c2381278b
commit 368dc1ab56
2 changed files with 4 additions and 4 deletions

View file

@ -60,6 +60,7 @@ pub use flexi_logger;
pub mod websocket;
pub mod stream;
pub use stream::Stream;
pub use whoami;
pub type SessionID = uuid::Uuid;