mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-03 19:39:20 +08:00
303462a87c
Signed-off-by: fufesou <shuanglongchen@yeah.net>
6 lines
113 B
Rust
6 lines
113 B
Rust
extern crate hbb_common;
|
|
|
|
fn main() {
|
|
println!("{:?}", hbb_common::config::PeerConfig::load("455058072"));
|
|
}
|