Use html5ever for HTML parsing

This commit is contained in:
Keegan McAllister 2014-09-19 14:02:22 -07:00
parent 3fbb25cc43
commit 9da7679367
13 changed files with 749 additions and 119 deletions

View file

@ -42,8 +42,9 @@ git = "https://github.com/servo/rust-cssparser"
[dependencies.geom]
git = "https://github.com/servo/rust-geom"
[dependencies.hubbub]
git = "https://github.com/servo/rust-hubbub"
[dependencies.html5ever]
git = "https://github.com/servo/html5ever"
branch = "servo"
[dependencies.encoding]
git = "https://github.com/lifthrasiir/rust-encoding"