Added ratelimiting to examples

This commit is contained in:
Emi Tatsuo 2020-11-24 16:48:28 -05:00
parent 3e07e24e41
commit b4e99c5adf
Signed by: Emi
GPG key ID: 68FAB2E2E6DFC98B

View file

@ -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"]