1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-09-02 04:56:38 +02:00

prepare actix-limitation release 0.2.0

This commit is contained in:
Rob Ede
2022-03-22 15:36:41 +00:00
parent bf41b4cd9c
commit 5fdc4d8990
4 changed files with 20 additions and 14 deletions

View File

@@ -1,7 +1,10 @@
[package]
name = "actix-limitation"
version = "0.1.4"
authors = ["0xmad <0xmad@users.noreply.github.com>"]
version = "0.2.0"
authors = [
"0xmad <0xmad@users.noreply.github.com>",
"Rob Ede <robjtede@icloud.com>",
]
description = "Rate limiter using a fixed window counter for arbitrary keys, backed by Redis for Actix Web"
keywords = ["actix-web", "rate-api", "rate-limit", "limitation"]
categories = ["asynchronous", "web-programming"]