# freemkv-unlock — unlocker plugins for libfreemkv. # # libfreemkv ships only the `Unlocker` trait + registry and stays firmware-clean. # Each member here is one concrete unlocker, registered into libfreemkv by a # single `register_unlocker(...)` line in the consuming binary — so dropping an # unlocker is deleting that one line plus the dependency (delete-to-comply). # # Members: # ld — LibreDrive (MediaTek MT1959 firmware unlock) # css — CSS (DVD-Video) bus-auth unlock # (future unlockers go here as additional members) [workspace] resolver = "2" members = ["ld", "css"]