mirror of
https://github.com/servo/servo
synced 2026-05-01 20:07:22 +02:00
37 lines
649 B
TOML
37 lines
649 B
TOML
[package]
|
|
name = "webdriver_server"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "webdriver_server"
|
|
path = "lib.rs"
|
|
|
|
[dependencies.compositing]
|
|
path = "../compositing"
|
|
|
|
[dependencies.msg]
|
|
path = "../msg"
|
|
|
|
[dependencies.plugins]
|
|
path = "../plugins"
|
|
|
|
[dependencies.util]
|
|
path = "../util"
|
|
|
|
[dependencies.webdriver]
|
|
git = "https://github.com/jgraham/webdriver-rust.git"
|
|
|
|
[dependencies.ipc-channel]
|
|
git = "https://github.com/servo/ipc-channel"
|
|
|
|
[dependencies]
|
|
image = "0.7"
|
|
log = "0.3"
|
|
hyper = "0.7"
|
|
rustc-serialize = "0.3.4"
|
|
regex = "0.1.33"
|
|
url = {version = "0.5.5", features = ["heap_size"]}
|
|
uuid = "0.1"
|