Move rate limiter into its own crate

This commit is contained in:
link2xt
2023-01-23 11:33:24 +00:00
parent 6067622c19
commit 5dfe7bea8e
6 changed files with 21 additions and 7 deletions

View File

@@ -103,7 +103,6 @@ mod color;
pub mod html;
mod net;
pub mod plaintext;
mod ratelimit;
pub mod summary;
pub mod receive_imf;