Skip to content

Commit

Permalink
chore: Remove unused hacspec-lib dependency from edhoc-ead-zeroconf
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Nov 20, 2023
1 parent 0192dce commit 25163a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ead/edhoc-ead-zeroconf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ description = "EDHOC EAD zeroconf (draf-lake-authz)"

[dependencies]
edhoc-consts = { path = "../../consts" }
hacspec-lib = { version = "0.1.0-beta.1", default-features = false, optional = true }

[dev-dependencies]
edhoc-crypto = { path = "../../crypto", default-features = false }
hexlit = "0.5.3"

[features]
crypto-psa = [ "edhoc-crypto/psa" ]
crypto-hacspec = ["hacspec-lib/std", "edhoc-crypto/hacspec" ]
crypto-hacspec = [ "edhoc-crypto/hacspec" ]

0 comments on commit 25163a2

Please sign in to comment.