Skip to content

Commit

Permalink
Ready to publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
mindeng committed Aug 16, 2024
1 parent d4febb0 commit 7d0dbc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
name = "rate-limiter"
version = "0.1.0"
edition = "2021"
license-file = "LICENSE"
description = "Implements a token bucket algorithm that can be used to limit API access frequency. Written in pure Rust."
homepage = "https://github.com/mindeng/rate-limiter"
repository = "https://github.com/mindeng/rate-limiter"

[dependencies]
futures = "0.3.30"
Expand Down

0 comments on commit 7d0dbc8

Please sign in to comment.