export url

This commit is contained in:
Edgar 2021-04-30 12:26:07 +02:00
parent d3261bf950
commit 37aee6b520
No known key found for this signature in database
GPG key ID: 8731E6C0166EAA85

View file

@ -61,6 +61,7 @@
use chrono::{DateTime, SecondsFormat, Utc}; use chrono::{DateTime, SecondsFormat, Utc};
use derive_builder::Builder; use derive_builder::Builder;
use url::Url; use url::Url;
pub use url;
use quick_xml::{ use quick_xml::{
events::{BytesDecl, BytesEnd, BytesStart, BytesText, Event}, events::{BytesDecl, BytesEnd, BytesStart, BytesText, Event},