mirror of
https://github.com/servo/servo.git
synced 2025-08-23 14:25:33 +01:00
Replace manual host parsing code with parse-host crate
This commit is contained in:
parent
5c46e86546
commit
79b7b9de54
4 changed files with 27 additions and 10 deletions
|
@ -21,6 +21,7 @@ lazy_static = "0.2"
|
|||
log = "0.3.5"
|
||||
msg = {path = "../msg"}
|
||||
num-traits = "0.1.32"
|
||||
parse-hosts = "0.3.0"
|
||||
serde = "0.9"
|
||||
serde_derive = "0.9"
|
||||
servo_config = {path = "../config", features = ["servo"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue