mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Organize component Cargo.toml dependencies (#36224)
Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com>
This commit is contained in:
parent
b445053a7c
commit
1aac377e62
20 changed files with 66 additions and 65 deletions
|
@ -11,9 +11,6 @@ rust-version.workspace = true
|
|||
name = "devtools"
|
||||
path = "lib.rs"
|
||||
|
||||
[build-dependencies]
|
||||
chrono = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
base = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
|
@ -31,3 +28,6 @@ servo_config = { path = "../config" }
|
|||
servo_rand = { path = "../rand" }
|
||||
servo_url = { path = "../url" }
|
||||
uuid = { workspace = true }
|
||||
|
||||
[build-dependencies]
|
||||
chrono = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue