mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Use the correct log crate and setup env_logger in main.
This commit is contained in:
parent
78665336e6
commit
00e8e5f77d
35 changed files with 95 additions and 16 deletions
|
@ -14,6 +14,7 @@ path = "../profile_traits"
|
|||
path = "../util"
|
||||
|
||||
[dependencies]
|
||||
log = "*"
|
||||
libc = "*"
|
||||
regex = "0.1.14"
|
||||
time = "0.1.12"
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#![feature(collections)]
|
||||
#![feature(core)]
|
||||
#![cfg_attr(target_os="linux", feature(page_size))]
|
||||
#![feature(rustc_private)]
|
||||
|
||||
#[macro_use] extern crate log;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue