mirror of
https://github.com/jht5945/buildj.git
synced 2025-12-29 10:20:04 +08:00
update main.rs
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate json;
|
extern crate json;
|
||||||
|
#[macro_use]
|
||||||
|
extern crate lazy_static;
|
||||||
extern crate term;
|
extern crate term;
|
||||||
extern crate dirs;
|
extern crate dirs;
|
||||||
extern crate crypto;
|
extern crate crypto;
|
||||||
extern crate urlencoding;
|
extern crate urlencoding;
|
||||||
extern crate rust_util;
|
extern crate rust_util;
|
||||||
#[macro_use]
|
|
||||||
extern crate lazy_static;
|
|
||||||
|
|
||||||
pub mod jdk;
|
pub mod jdk;
|
||||||
pub mod local_util;
|
pub mod local_util;
|
||||||
|
|||||||
Reference in New Issue
Block a user