mirror of
https://github.com/servo/servo.git
synced 2025-09-22 21:00:14 +01:00
Cargo.toml cleanups. Mostly ordering fixes. Testing: No tests for Cargo.toml edits. --------- Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com>
23 lines
541 B
TOML
23 lines
541 B
TOML
[package]
|
|
name = "media"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[lib]
|
|
name = "media"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
compositing_traits = { workspace = true }
|
|
euclid = { workspace = true }
|
|
ipc-channel = { workspace = true }
|
|
log = { workspace = true }
|
|
rustc-hash = { workspace = true }
|
|
serde = { workspace = true }
|
|
servo-media = { workspace = true }
|
|
servo_config = { path = "../config" }
|
|
webrender_api = { workspace = true }
|