mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 05:56:31 +03:00
9 lines
144 B
TOML
9 lines
144 B
TOML
[package]
|
|
name = "ratelimit"
|
|
version = "1.0.0"
|
|
description = "Token bucket implementation"
|
|
edition = "2021"
|
|
license = "MPL-2.0"
|
|
|
|
[dependencies]
|