keyfork: enable appropriate flags for RustCrypto
This commit is contained in:
parent
849a265a64
commit
7f50395364
|
@ -17,7 +17,7 @@ qrcode-decode-backend-rqrr = ["keyfork-qrcode/decode-backend-rqrr"]
|
|||
qrcode-decode-backend-zbar = ["keyfork-qrcode/decode-backend-zbar"]
|
||||
|
||||
sequoia-crypto-backend-nettle = ["sequoia-openpgp/crypto-nettle"]
|
||||
sequoia-crypto-backend-rust = ["sequoia-openpgp/crypto-rust"]
|
||||
sequoia-crypto-backend-rust = ["sequoia-openpgp/crypto-rust", "sequoia-openpgp/allow-experimental-crypto", "sequoia-openpgp/allow-variable-time-crypto"]
|
||||
sequoia-crypto-backend-openssl = ["sequoia-openpgp/crypto-openssl"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
Loading…
Reference in New Issue