mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +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
|
@ -22,6 +22,7 @@ extern crate lazy_static;
|
|||
extern crate log;
|
||||
extern crate msg;
|
||||
extern crate num_traits;
|
||||
extern crate parse_hosts;
|
||||
extern crate serde;
|
||||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue