add the log crate + env_logger to be able to choose the log granularity at runtime
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
#[macro_use] extern crate rustc;
|
||||
extern crate rustc_mir;
|
||||
extern crate syntax;
|
||||
#[macro_use] extern crate log;
|
||||
extern crate log_settings;
|
||||
|
||||
// From crates.io.
|
||||
extern crate byteorder;
|
||||
|
||||
Reference in New Issue
Block a user