feat: scaffold ug-parser infrastructure crate
This commit is contained in:
5
crates/infrastructure/ug-parser/src/lib.rs
Normal file
5
crates/infrastructure/ug-parser/src/lib.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
pub mod fetcher;
|
||||
pub mod parser;
|
||||
|
||||
pub use fetcher::UgTabFetcher;
|
||||
pub use parser::UgHtmlParser;
|
||||
Reference in New Issue
Block a user