mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02:00
12 lines
180 B
TOML
12 lines
180 B
TOML
[package]
|
|
name = "devtools_traits"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
[lib]
|
|
name = "devtools_traits"
|
|
path = "lib.rs"
|
|
|
|
[dependencies.msg]
|
|
path = "../msg"
|