mirror of
https://github.com/servo/servo.git
synced 2025-09-27 23:30:08 +01:00
Switch task_info to use modern Cargo tools.
This commit is contained in:
parent
bf4fc6f388
commit
29fcdce5e0
9 changed files with 22 additions and 64 deletions
|
@ -10,9 +10,6 @@ path = "lib.rs"
|
|||
[dependencies.profile_traits]
|
||||
path = "../profile_traits"
|
||||
|
||||
[dependencies.task_info]
|
||||
path = "../../support/rust-task_info"
|
||||
|
||||
[dependencies.util]
|
||||
path = "../util"
|
||||
|
||||
|
@ -20,3 +17,9 @@ path = "../util"
|
|||
libc = "*"
|
||||
regex = "0.1.14"
|
||||
time = "0.1.12"
|
||||
|
||||
[target.x86_64-apple-darwin.dependencies.task_info]
|
||||
path = "../../support/rust-task_info"
|
||||
|
||||
[target.i686-apple-darwin.dependencies.task_info]
|
||||
path = "../../support/rust-task_info"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue