Sun, 27 Jan 2019 04:10:08 +0400
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
13bb4bff22
commit
ced02d2e34
12
src/main.rs
12
src/main.rs
@ -1,14 +1,16 @@
|
|||||||
|
#[macro_use]
|
||||||
|
extern crate serde_derive;
|
||||||
|
extern crate serde_json;
|
||||||
|
|
||||||
|
extern crate clap;
|
||||||
|
extern crate xml;
|
||||||
|
|
||||||
use std::fs::File;
|
use std::fs::File;
|
||||||
use std::io::BufReader;
|
use std::io::BufReader;
|
||||||
use std::path::Path;
|
use std::path::Path;
|
||||||
|
|
||||||
extern crate clap;
|
|
||||||
use clap::{load_yaml, App};
|
use clap::{load_yaml, App};
|
||||||
|
|
||||||
#[macro_use]
|
|
||||||
extern crate serde_derive;
|
|
||||||
extern crate serde_json;
|
|
||||||
|
|
||||||
mod parser;
|
mod parser;
|
||||||
use parser::*;
|
use parser::*;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user