Sun, 27 Jan 2019 04:10:08 +0400

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2019-01-27 04:10:08 +04:00
parent 13bb4bff22
commit ced02d2e34
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -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::io::BufReader;
use std::path::Path;
extern crate clap;
use clap::{load_yaml, App};
#[macro_use]
extern crate serde_derive;
extern crate serde_json;
mod parser;
use parser::*;