mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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
|
@ -37,6 +37,7 @@ git = "https://github.com/servo/string-cache"
|
|||
git = "https://github.com/servo/string-cache"
|
||||
|
||||
[dependencies]
|
||||
log = "*"
|
||||
bitflags = "*"
|
||||
libc = "*"
|
||||
rand = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue