Configure devtools server via preferences

This commit is contained in:
Paul Rouget 2020-07-17 08:31:26 +02:00
parent b8d6b1d52d
commit 2c36754bf7
5 changed files with 42 additions and 12 deletions

View file

@ -22,6 +22,7 @@ log = "0.4"
msg = { path = "../msg" }
serde = "1.0"
serde_json = "1.0"
servo_config = { path = "../config" }
servo_rand = { path = "../rand" }
servo_url = { path = "../url" }
time = "0.1"