mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
16 lines
302 B
TOML
16 lines
302 B
TOML
[package]
|
|
name = "metrics"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "metrics"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
gfx = {path = "../gfx"}
|
|
profile_traits = {path = "../profile_traits"}
|
|
servo_config = {path = "../config"}
|
|
time = "0.1.12"
|