mirror of
https://github.com/servo/servo
synced 2026-05-14 10:56:44 +02:00
26 lines
381 B
TOML
26 lines
381 B
TOML
[package]
|
|
name = "script_traits"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
[lib]
|
|
name = "script_traits"
|
|
path = "lib.rs"
|
|
|
|
[dependencies.msg]
|
|
path = "../msg"
|
|
|
|
[dependencies.net_traits]
|
|
path = "../net_traits"
|
|
|
|
[dependencies.util]
|
|
path = "../util"
|
|
|
|
[dependencies.devtools_traits]
|
|
path = "../devtools_traits"
|
|
|
|
[dependencies]
|
|
url = "0.2.35"
|
|
libc = "*"
|
|
euclid = "0.1"
|