feat: separated feature cache

This commit is contained in:
Jun Kurihara 2023-08-18 18:15:36 +09:00
commit 32b173966c
No known key found for this signature in database
GPG key ID: D992B3E3DE1DED23
11 changed files with 76 additions and 36 deletions

View file

@ -1,3 +1,4 @@
#[cfg(feature = "cache")]
mod cache;
mod forwarder;
mod handler_main;