mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
* Remove unused deps This doesn't seem to remove any deps from the workspace. Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> * ohos: Remove gaol dependency Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> --------- Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
18 lines
393 B
TOML
18 lines
393 B
TOML
[package]
|
|
name = "fonts_traits"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[lib]
|
|
name = "fonts_traits"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
malloc_size_of = { workspace = true }
|
|
malloc_size_of_derive = { workspace = true }
|
|
range = { path = "../../range" }
|
|
serde = { workspace = true }
|