mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
7 lines
152 B
Rust
7 lines
152 B
Rust
fn main() {
|
|
hbb_common::init_log(false, "");
|
|
if let Err(err) = qemu_rustdesk::server::run() {
|
|
hbb_common::log::error!("{err}");
|
|
}
|
|
}
|