keyfork: enable crypto backend by default

This commit is contained in:
Ryan Heywood 2024-01-14 17:11:25 -05:00
parent 7bd5d7dbf1
commit 849a265a64
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ license = "AGPL-3.0-only"
default = [
"completion",
"qrcode-decode-backend-rqrr",
# "sequoia-crypto-backend-nettle",
"sequoia-crypto-backend-nettle",
]
completion = ["dep:clap_complete"]