Add the Ratelimit module (#34)

Signed-off-by: José Ulises Niño Rivera <junr03@users.noreply.github.com>
This commit is contained in:
José Ulises Niño Rivera 2024-08-28 11:11:05 -07:00 committed by GitHub
parent 2a4cde950d
commit 4dd1f3693e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 550 additions and 14 deletions

View file

@ -16,6 +16,7 @@ serde_json = "1.0"
md5 = "0.7.0"
open-message-format-embeddings = { path = "../open-message-format/clients/omf-embeddings-rust" }
http = "1.1.0"
governor = "0.6.3"
[dev-dependencies]
proxy-wasm-test-framework = { git = "https://github.com/katanemo/test-framework.git", branch = "main" }