Replace manual host parsing code with parse-host crate

This commit is contained in:
Fernando Jiménez Moreno 2017-03-01 17:11:54 +01:00
parent 5c46e86546
commit 79b7b9de54
4 changed files with 27 additions and 10 deletions

View file

@ -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"]}