mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
25 lines
620 B
TOML
25 lines
620 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]
|
|
msg = {path = "../msg"}
|
|
plugins = {path = "../plugins"}
|
|
util = {path = "../util"}
|
|
euclid = {version = "0.6.4", features = ["plugins"]}
|
|
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
|
|
image = "0.10"
|
|
log = "0.3.5"
|
|
hyper = "0.9"
|
|
rustc-serialize = "0.3.4"
|
|
regex = "0.1.55"
|
|
script_traits = {path = "../script_traits"}
|
|
url = {version = "1.0.0", features = ["heap_size"]}
|
|
uuid = { version = "0.2", features = ["v4"] }
|
|
webdriver = "0.9"
|