Skip to content

Commit

Permalink
chore(deps): Move hexlit to dev-dependencies in remaining crates
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Nov 20, 2023
1 parent b43fda3 commit aae290b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion consts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ authors = ["Mališa Vučinić <[email protected]>"]
license = "BSD"
description = "EDHOC crypto library constants crate"

[dependencies]
[dev-dependencies]
hexlit = "0.5.3"
2 changes: 1 addition & 1 deletion ead/edhoc-ead-zeroconf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ 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 }
hexlit = "0.5.3"

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

[features]
crypto-psa = [ "edhoc-crypto/psa" ]
Expand Down

0 comments on commit aae290b

Please sign in to comment.