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

update main.rs

This commit is contained in:
2019-08-10 10:59:19 +08:00
parent 5bb8caac00
commit ca94507cc3

View File

@@ -1,12 +1,12 @@
#[macro_use]
extern crate json;
#[macro_use]
extern crate lazy_static;
extern crate term;
extern crate dirs;
extern crate crypto;
extern crate urlencoding;
extern crate rust_util;
#[macro_use]
extern crate lazy_static;
pub mod jdk;
pub mod local_util;