diff --git a/apps/readest-app/src-tauri/Cargo.toml b/apps/readest-app/src-tauri/Cargo.toml index 687f845b..781aeb71 100644 --- a/apps/readest-app/src-tauri/Cargo.toml +++ b/apps/readest-app/src-tauri/Cargo.toml @@ -14,6 +14,10 @@ rust-version = "1.77.2" name = "readestlib" crate-type = ["staticlib", "cdylib", "lib"] +[features] +# Internal feature to suppress warnings from old objc crate +cargo-clippy = [] + [build-dependencies] tauri-build = { version = "2", features = [] }