keyfork: enable crypto backend by default
This commit is contained in:
parent
7bd5d7dbf1
commit
849a265a64
|
@ -8,7 +8,7 @@ license = "AGPL-3.0-only"
|
||||||
default = [
|
default = [
|
||||||
"completion",
|
"completion",
|
||||||
"qrcode-decode-backend-rqrr",
|
"qrcode-decode-backend-rqrr",
|
||||||
# "sequoia-crypto-backend-nettle",
|
"sequoia-crypto-backend-nettle",
|
||||||
]
|
]
|
||||||
|
|
||||||
completion = ["dep:clap_complete"]
|
completion = ["dep:clap_complete"]
|
||||||
|
|
Loading…
Reference in New Issue