aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared/fonts/Cargo.toml
blob: 3a717a23d0e61bb597347ecf07687c9f2b8289ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[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]
ipc-channel = { workspace = true }
malloc_size_of = { workspace = true }
malloc_size_of_derive = { workspace = true }
range = { path = "../../range" }
serde = { workspace = true }
webrender_api = { workspace = true }