1
0
mirror of https://github.com/jht5945/prettyjson.git synced 2025-12-27 17:20:05 +08:00

update crates

This commit is contained in:
2019-08-11 12:12:21 +08:00
parent 7bb93c8f09
commit d939872565
2 changed files with 292 additions and 38 deletions

View File

@@ -11,7 +11,10 @@ use std::{
}
};
use argparse::{ArgumentParser, StoreTrue, Store};
use rust_util::*;
use rust_util::{
XResult,
util_msg::*,
};
const VERSION: &str = env!("CARGO_PKG_VERSION");
const GIT_HASH: &str = env!("GIT_HASH");