mirror of
https://github.com/logos-messaging/token_bucket.git
synced 2026-01-03 14:43:07 +00:00
12 lines
190 B
Nim
12 lines
190 B
Nim
# Package
|
|
|
|
version = "0.0.1"
|
|
author = "Nwaku Team"
|
|
description = "Token bucket for rate limiting"
|
|
license = "MIT"
|
|
srcDir = "token_bucket"
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 2.2.4", "chronos"
|