mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
35 lines
597 B
TOML
35 lines
597 B
TOML
[package]
|
|
name = "webdriver_server"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
[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.5.0"
|
|
log = "0.3"
|
|
hyper = "0.7"
|
|
rustc-serialize = "0.3.4"
|
|
regex = "0.1.33"
|
|
url = "0.5.2"
|
|
uuid = "0.1"
|