refactor dep

This commit is contained in:
rustdesk
2021-05-15 15:57:40 +08:00
parent f2c4ab136c
commit 4774093ef2
4 changed files with 13 additions and 427 deletions

View File

@@ -1,5 +1,4 @@
use hbb_common::{bail, log, ResultType};
use rand::Rng;
use hbb_common::{bail, log, ResultType, rand::{self, Rng}};
use serde_derive::{Deserialize, Serialize};
use std::io::prelude::*;
use std::path::Path;