1
0
mirror of https://github.com/jht5945/finding.git synced 2025-12-28 21:50:04 +08:00

update crates

This commit is contained in:
2019-08-11 13:22:56 +08:00
parent 0d3a598387
commit 161f3f5c78
4 changed files with 264 additions and 70 deletions

View File

@@ -13,7 +13,13 @@ use std::{
};
use opt::*;
use rust_util::*;
use rust_util::{
XResult,
new_box_error,
util_file::*,
util_size::*,
util_msg::*,
};
use local_util::*;
const VERSION: &str = env!("CARGO_PKG_VERSION");