update use

This commit is contained in:
2020-01-07 07:48:00 +08:00
parent 24e0c968ee
commit 1316f9cc7b

View File

@@ -1,13 +1,15 @@
#[macro_use] #[macro_use]
extern crate json; extern crate json;
use std::fs; use std::{
use std::env; fs,
use std::path::PathBuf; env,
use std::time::SystemTime; path::PathBuf,
use std::io::{ time::SystemTime,
Error, io::{
ErrorKind, Error,
ErrorKind,
},
}; };
use crypto::{ use crypto::{
mac::{ mac::{