Re-export quick_xml dependency
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
1d5276ccbd
commit
1ee6609c97
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
||||||
//! minidom = "*"
|
//! minidom = "*"
|
||||||
//! ```
|
//! ```
|
||||||
|
|
||||||
extern crate quick_xml;
|
pub use quick_xml;
|
||||||
|
|
||||||
pub mod error;
|
pub mod error;
|
||||||
pub mod element;
|
pub mod element;
|
||||||
|
|
Loading…
Reference in a new issue