mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +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
|
@ -41,6 +41,7 @@ log = "0.3.5"
|
|||
mime_guess = "1.6.0"
|
||||
openssl = "0.7.6"
|
||||
rustc-serialize = "0.3"
|
||||
threadpool = "1.0"
|
||||
time = "0.1.17"
|
||||
url = {version = "0.5.7", features = ["heap_size"]}
|
||||
uuid = "0.1.16"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue