From 62a7e6b616a88982cbd8c226a1a58f2ee850b434 Mon Sep 17 00:00:00 2001 From: s1341 Date: Sun, 13 Oct 2024 08:33:56 +0300 Subject: [PATCH] frida-build: add dummy auto-download feature --- frida-build/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frida-build/Cargo.toml b/frida-build/Cargo.toml index 6b42094..0915ace 100644 --- a/frida-build/Cargo.toml +++ b/frida-build/Cargo.toml @@ -7,6 +7,9 @@ license.workspace = true repository.workspace = true description.workspace = true +[features] +auto-download = [] + [dependencies] reqwest = { version = "0.12.2", default-features = false, features = [ "blocking",