mirror of
https://github.com/house-of-vanity/v2-uri-parser.git
synced 2025-12-17 23:37:52 +00:00
chore: rename lib to utils
To avoid rust confusion between main.rs and lib.rs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use crate::config_models;
|
||||
use crate::lib::inboundGenerator;
|
||||
use crate::utils::inboundGenerator;
|
||||
use std::process::exit;
|
||||
|
||||
mod uri_identifier;
|
||||
|
||||
Reference in New Issue
Block a user