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

use rust_util

This commit is contained in:
2019-07-21 12:37:53 +08:00
parent 5b654b7a34
commit 6a911ece8f
4 changed files with 13 additions and 27 deletions

View File

@@ -1,8 +1,7 @@
extern crate argparse;
extern crate term;
extern crate json;
mod util;
extern crate rust_util;
use std::{
fs::File,
@@ -12,7 +11,7 @@ use std::{
}
};
use argparse::{ArgumentParser, StoreTrue, Store};
use util::*;
use rust_util::*;
const VERSION: &str = "0.1";