mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Prompt user before accepting incoming devtools connection
This commit is contained in:
parent
51f15a055e
commit
49376e3b31
6 changed files with 25 additions and 7 deletions
|
@ -13,6 +13,7 @@ path = "lib.rs"
|
|||
[dependencies]
|
||||
crossbeam-channel = "0.3"
|
||||
devtools_traits = {path = "../devtools_traits"}
|
||||
embedder_traits = {path = "../embedder_traits"}
|
||||
headers = "0.2"
|
||||
http = "0.1"
|
||||
hyper = "0.12"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue