mirror of
https://github.com/servo/servo.git
synced 2025-07-02 21:13:39 +01:00
38 lines
696 B
TOML
38 lines
696 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.plugins]
|
|
path = "../plugins"
|
|
|
|
[dependencies.profile_traits]
|
|
path = "../profile_traits"
|
|
|
|
[dependencies.util]
|
|
path = "../util"
|
|
|
|
[dependencies.devtools_traits]
|
|
path = "../devtools_traits"
|
|
|
|
[dependencies.ipc-channel]
|
|
git = "https://github.com/servo/ipc-channel"
|
|
|
|
[dependencies]
|
|
app_units = {version = "0.1", features = ["plugins"]}
|
|
libc = "0.2"
|
|
euclid = {version = "0.4", features = ["plugins"]}
|
|
serde = "0.6"
|
|
serde_macros = "0.6"
|
|
time = "0.1.12"
|
|
url = "0.5"
|