Use html5ever from crates.io

This commit is contained in:
Simon Sapin 2015-06-16 00:18:20 +02:00
parent 5d89235c56
commit dc1db5187e
4 changed files with 119 additions and 52 deletions

View file

@ -51,9 +51,6 @@ git = "https://github.com/servo/rust-selectors"
[dependencies.geom]
git = "https://github.com/servo/rust-geom"
[dependencies.html5ever]
git = "https://github.com/servo/html5ever"
[dependencies.js]
git = "https://github.com/servo/rust-mozjs"
@ -88,3 +85,4 @@ num = "0.1.24"
websocket = "0.12"
uuid = "0.1.16"
smallvec = "0.1"
html5ever = "0.1"