refactor: Apply general cargo recommendations
This commit is contained in:
parent
2f0e265ed6
commit
b24c703429
4 changed files with 3 additions and 10 deletions
|
|
@ -1,13 +1,10 @@
|
|||
use std::{env::args, fs::canonicalize, slice::Chunks};
|
||||
|
||||
use anyhow::{Ok, Result};
|
||||
use base64::{prelude::BASE64_STANDARD, Engine};
|
||||
use openssl::derive;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use serde_json::{map, Value};
|
||||
use serde_json::Value;
|
||||
|
||||
use crate::utils::{
|
||||
self,
|
||||
ciphers::ghash,
|
||||
dff::ddf,
|
||||
edf::edf,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue