src/tools.rs: move hex_to_digest and digest_to_hex to proxmox::tools

This commit is contained in:
Dietmar Maurer
2019-06-14 11:40:04 +02:00
parent 00388226e6
commit bffd40d6b7
9 changed files with 21 additions and 61 deletions

View File

@ -4,7 +4,7 @@ use std::collections::HashMap;
use serde_json::Value;
use crate::tools;
use proxmox::tools;
use crate::api_schema::router::{RpcEnvironment, RpcEnvironmentType};
use crate::server::WorkerTask;