aboutsummaryrefslogtreecommitdiffstats
path: root/components/webdriver_server/Cargo.toml
blob: 02e8599450dacaf25693e29f7e3b1a1ea5e693ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[package]
name = "webdriver_server"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
edition = "2018"
publish = false

[lib]
name = "webdriver_server"
path = "lib.rs"

[dependencies]
base64 = { workspace = true }
compositing_traits = { path = "../compositing_traits" }
cookie = { workspace = true }
crossbeam-channel = { workspace = true }
euclid = { workspace = true }
headers = { workspace = true }
http = { workspace = true }
image = { workspace = true }
ipc-channel = { workspace = true }
keyboard-types = { workspace = true }
log = { workspace = true }
msg = { path = "../msg" }
net_traits = { path = "../net_traits" }
pixels = { path = "../pixels" }
script_traits = { path = "../script_traits" }
serde = { workspace = true }
serde_json = { workspace = true }
servo_config = { path = "../config" }
servo_url = { path = "../url" }
style_traits = { path = "../style_traits" }
uuid = { workspace = true }
webdriver = { workspace = true }