From 4ac512121bbd7f0d721ec63a5a7d1d4ac6975245 Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Fri, 3 May 2024 08:46:46 +0100 Subject: [PATCH] Fix Cargo.toml for optional features --- crates/librqbit/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/librqbit/Cargo.toml b/crates/librqbit/Cargo.toml index 77052bf..ba6a09d 100644 --- a/crates/librqbit/Cargo.toml +++ b/crates/librqbit/Cargo.toml @@ -17,6 +17,8 @@ webui = [] timed_existence = [] default-tls = ["reqwest/default-tls"] rust-tls = ["reqwest/rustls-tls"] +storage_middleware = ["lru", "rand_distr"] +storage_examples = [] [dependencies] bencode = { path = "../bencode", default-features = false, package = "librqbit-bencode", version = "2.2.2" }