Skip to content

Commit 7345c2f

Browse files
author
Joe Ellis
committed
Use patch for parsec-interface-rs dependency
Patched dependency to use joechrisellis/parsec-interface-rs. Signed-off-by: Joe Ellis <[email protected]>
1 parent d6db39b commit 7345c2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@ mbed-crypto-provider = ["psa-crypto"]
5757
pkcs11-provider = ["pkcs11", "picky-asn1-der", "picky-asn1", "picky-asn1-x509", "psa-crypto", "rand"]
5858
tpm-provider = ["tss-esapi", "picky-asn1-der", "picky-asn1", "picky-asn1-x509", "hex"]
5959
all-providers = ["tpm-provider", "pkcs11-provider", "mbed-crypto-provider"]
60+
61+
[patch.crates-io]
62+
parsec-interface = { git = "https://github.com/joechrisellis/parsec-interface-rs.git", branch = "add-list-keys" }

0 commit comments

Comments
 (0)