Added ratelimiting to examples
This commit is contained in:
parent
3e07e24e41
commit
b4e99c5adf
|
@ -32,3 +32,7 @@ dashmap = { version = "3.11.10", optional = true }
|
|||
env_logger = "0.8.1"
|
||||
futures-util = "0.3.7"
|
||||
tokio = { version = "0.3.1", features = ["macros", "rt-multi-thread", "sync"] }
|
||||
|
||||
[[example]]
|
||||
name = "ratelimiting"
|
||||
required-features = ["ratelimiting"]
|
||||
|
|
Loading…
Reference in a new issue