mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +01:00
Use external 'threadpool' crate, remove in-tree utility.
This commit is contained in:
parent
e551ea7322
commit
182b9b1e4f
8 changed files with 21 additions and 58 deletions
|
@ -25,6 +25,7 @@ extern crate msg;
|
|||
extern crate net_traits;
|
||||
extern crate openssl;
|
||||
extern crate rustc_serialize;
|
||||
extern crate threadpool;
|
||||
extern crate time;
|
||||
extern crate url;
|
||||
extern crate util;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue