mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
17 lines
323 B
TOML
17 lines
323 B
TOML
[package]
|
|
name = "gfx_traits"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "gfx_traits"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
malloc_size_of = { path = "../malloc_size_of" }
|
|
malloc_size_of_derive = "0.1"
|
|
range = {path = "../range"}
|
|
serde = "1.0"
|