mirror of
https://github.com/rustdesk/rustdesk
synced 2026-04-21 13:27:19 +00:00
5 lines
113 B
Rust
5 lines
113 B
Rust
extern crate hbb_common;
|
|
|
|
fn main() {
|
|
println!("{:?}", hbb_common::config::PeerConfig::load("455058072"));
|
|
}
|