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:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user