mirror of
https://github.com/jht5945/prettyjson.git
synced 2025-12-27 17:20:05 +08:00
update crates
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user