mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Sometimes clippy gets outdated by months, and its current support setup means that each Servo component need to opt into it by depending on the plugins crate manually, and not all components do that.
17 lines
292 B
TOML
17 lines
292 B
TOML
[package]
|
|
name = "gfx_traits"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "gfx_traits"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
heapsize = "0.3.0"
|
|
heapsize_derive = "0.1"
|
|
range = {path = "../range"}
|
|
serde = "0.9"
|
|
serde_derive = "0.9"
|