Pub use icon stuff for convenience
This commit is contained in:
parent
108eb427b8
commit
f1a4e2e819
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ pub mod manifest;
|
||||||
pub use error::Error;
|
pub use error::Error;
|
||||||
use futures::future::{join, join_all};
|
use futures::future::{join, join_all};
|
||||||
use html::HTML;
|
use html::HTML;
|
||||||
use icon::{Icon, IconKind};
|
pub use icon::{Icon, IconKind};
|
||||||
use manifest::scan_manifest;
|
use manifest::scan_manifest;
|
||||||
use reqwest::{Client, IntoUrl};
|
use reqwest::{Client, IntoUrl};
|
||||||
use url::Url;
|
use url::Url;
|
||||||
|
|
Loading…
Add table
Reference in a new issue