diff --git a/Cargo.toml b/Cargo.toml index 8b5432c..ad9948b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]