mirror of
https://github.com/spartanz51/tutabridge.git
synced 2026-06-24 10:54:32 +02:00
The keyring dep was hard-pinned to the macOS `apple-native` feature, so the headless CLI/core didn't compile anywhere else — blocking an AUR package or any Linux/Windows use. Split it into per-target features: apple-native (macOS), windows-native (Windows), and sync-secret-service + crypto-rust (Linux, via gnome-keyring/KWallet, pure-Rust crypto so no OpenSSL build dep).