default config filed

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-03-01 11:55:56 +08:00
parent 24872578ec
commit 303462a87c
2 changed files with 21 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
extern crate hbb_common;
fn main() {
println!("{:?}", hbb_common::config::PeerConfig::load("455058072"));
}