mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
M1503 - Integrate XML parse -Initial Steps
This commit is contained in:
parent
50e0c36eeb
commit
dca4e3730b
8 changed files with 81 additions and 6 deletions
|
@ -70,6 +70,10 @@ git = "https://github.com/pcwalton/ipc-channel"
|
|||
version = "0.6"
|
||||
features = [ "serde-serialization" ]
|
||||
|
||||
[dependencies.xml5ever]
|
||||
git = "https://github.com/Ygg01/xml5ever"
|
||||
features = ["unstable"]
|
||||
|
||||
[dependencies]
|
||||
app_units = {version = "0.1", features = ["plugins"]}
|
||||
log = "0.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue