mirror of
https://github.com/house-of-vanity/v2-uri-parser.git
synced 2025-12-15 14:47:51 +00:00
chore: remove unused imports
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
use regex::Regex;
|
||||
|
||||
pub enum Protocols {
|
||||
Vmess,
|
||||
Vless,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
pub mod data;
|
||||
mod models;
|
||||
use crate::{config_models::*, utils::parse_raw_json};
|
||||
use crate::config_models::*;
|
||||
|
||||
pub fn create_outbound_settings(data: &RawData) -> OutboundSettings {
|
||||
return OutboundSettings::Vless(VlessOutboundSettings {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
pub mod data;
|
||||
mod models;
|
||||
use crate::{config_models::*, utils::parse_raw_json};
|
||||
use crate::config_models::*;
|
||||
|
||||
pub fn create_outbound_settings(data: &RawData) -> OutboundSettings {
|
||||
return OutboundSettings::Vmess(VmessOutboundSettings {
|
||||
|
||||
Reference in New Issue
Block a user