mirror of
https://github.com/chatmail/core.git
synced 2026-05-16 21:36:30 +03:00
Move rate limiter into its own crate
This commit is contained in:
@@ -20,6 +20,7 @@ panic = 'abort'
|
||||
[dependencies]
|
||||
deltachat_derive = { path = "./deltachat_derive" }
|
||||
format-flowed = { path = "./format-flowed" }
|
||||
ratelimit = { path = "./deltachat-ratelimit" }
|
||||
|
||||
ansi_term = { version = "0.12.1", optional = true }
|
||||
anyhow = "1"
|
||||
@@ -101,6 +102,7 @@ members = [
|
||||
"deltachat_derive",
|
||||
"deltachat-jsonrpc",
|
||||
"deltachat-rpc-server",
|
||||
"deltachat-ratelimit",
|
||||
"format-flowed",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user