mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2026-02-16 10:30:44 +00:00
refactor dep
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user