aboutsummaryrefslogtreecommitdiffstats
path: root/components/webdriver_server
diff options
context:
space:
mode:
authoratouchet <alextouchet@outlook.com>2020-05-31 08:55:28 -0700
committeratouchet <alextouchet@outlook.com>2020-05-31 08:55:28 -0700
commitca30ec02fcae8bc9e38c9017cf94f76a069abef1 (patch)
tree85e66efe4455a3c64f91ea78b68652675968dcf2 /components/webdriver_server
parenta509c33abf4931ca4d59e737ac60c5adfc8599cc (diff)
downloadservo-ca30ec02fcae8bc9e38c9017cf94f76a069abef1.tar.gz
servo-ca30ec02fcae8bc9e38c9017cf94f76a069abef1.zip
More Cargo.toml updates
Diffstat (limited to 'components/webdriver_server')
-rw-r--r--components/webdriver_server/Cargo.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/components/webdriver_server/Cargo.toml b/components/webdriver_server/Cargo.toml
index 2158954a29e..2e8ffbb4708 100644
--- a/components/webdriver_server/Cargo.toml
+++ b/components/webdriver_server/Cargo.toml
@@ -12,7 +12,7 @@ path = "lib.rs"
[dependencies]
base64 = "0.10"
-compositing = {path = "../compositing"}
+compositing = { path = "../compositing" }
cookie = "0.11"
crossbeam-channel = "0.4"
euclid = "0.20"
@@ -21,13 +21,13 @@ image = "0.23"
ipc-channel = "0.14"
keyboard-types = "0.4.3"
log = "0.4"
-msg = {path = "../msg"}
-pixels = {path = "../pixels"}
+msg = { path = "../msg" }
+pixels = { path = "../pixels" }
+script_traits = { path = "../script_traits" }
serde = "1"
serde_json = "1"
-script_traits = {path = "../script_traits"}
-servo_config = {path = "../config"}
-servo_url = {path = "../url"}
-style_traits = {path = "../style_traits"}
-uuid = {version = "0.8", features = ["v4"]}
+servo_config = { path = "../config" }
+servo_url = { path = "../url" }
+style_traits = { path = "../style_traits" }
+uuid = { version = "0.8", features = ["v4"] }
webdriver = "0.40"