Prepare infrastructure for XML parser.

This commit is contained in:
jsharda 2015-11-25 21:30:36 -05:00 committed by Josh Matthews
parent 2cfcc26d9e
commit a840a23990
4 changed files with 145 additions and 4 deletions

View file

@ -79,6 +79,7 @@ extern crate url;
extern crate util;
extern crate uuid;
extern crate websocket;
extern crate xml5ever;
pub mod clipboard_provider;
pub mod cors;