cargo fixed

This commit is contained in:
Simon
2025-09-19 11:13:37 +00:00
parent 1b4bc6cb13
commit 584abfd431
10 changed files with 5 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
use ntex::web;
use crate::{proxies::sxyprn::SxyprnProxy, util::{cache::VideoCache, requester::Requester}};
use crate::{proxies::sxyprn::SxyprnProxy, util::requester::Requester};
pub mod sxyprn;