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",