mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
30 lines
557 B
TOML
30 lines
557 B
TOML
[package]
|
|
name = "webdriver_server"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
[lib]
|
|
name = "webdriver_server"
|
|
path = "lib.rs"
|
|
|
|
[dependencies.msg]
|
|
path = "../msg"
|
|
|
|
[dependencies.util]
|
|
path = "../util"
|
|
|
|
[dependencies.webdriver]
|
|
git = "https://github.com/jgraham/webdriver-rust.git"
|
|
|
|
[dependencies.png]
|
|
git = "https://github.com/servo/rust-png"
|
|
features = [ "serde-serialization" ]
|
|
|
|
[dependencies.ipc-channel]
|
|
git = "https://github.com/pcwalton/ipc-channel"
|
|
|
|
[dependencies]
|
|
log = "0.3"
|
|
rustc-serialize = "0.3.4"
|
|
url = "0.2.36"
|
|
uuid = "0.1"
|