fix: fix mikan web extractors

This commit is contained in:
2025-02-25 01:02:38 +08:00
parent 09565bd827
commit 5bc5d98823
26 changed files with 9537 additions and 659 deletions

View File

@@ -1,4 +1,9 @@
#![feature(duration_constructors, assert_matches, unboxed_closures)]
#![feature(
duration_constructors,
assert_matches,
unboxed_closures,
impl_trait_in_bindings
)]
pub mod app;
pub mod auth;