mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +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
|
@ -20,6 +20,7 @@ git = "https://github.com/jgraham/webdriver-rust.git"
|
|||
git = "https://github.com/servo/rust-png"
|
||||
|
||||
[dependencies]
|
||||
log = "*"
|
||||
rustc-serialize = "0.3.4"
|
||||
url = "0.2.35"
|
||||
uuid = "*"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#![crate_name = "webdriver_server"]
|
||||
#![crate_type = "rlib"]
|
||||
|
||||
#![feature(rustc_private, ip_addr)]
|
||||
#![feature(ip_addr)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue