Skip to content

Commit

Permalink
chore: update crate metadata
Browse files Browse the repository at this point in the history
Co-authored-by: chrysn <[email protected]>
  • Loading branch information
geonnave and chrysn committed Mar 26, 2024
1 parent 65c47d2 commit 43fe768
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ repository = "https://github.com/openwsn-berkeley/lakers/"
license = "BSD-3-Clause"
readme = "shared/README.md"
keywords = ["iot", "security", "protocol", "crypto", "edhoc"]
categories = [ "no-std::no-alloc", "network-programming", "embedded" ]

[workspace.dependencies]

Expand Down
1 change: 1 addition & 0 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ license.workspace = true
description = "An implementation of EDHOC (RFC 9528)"
repository.workspace = true
keywords.workspace = true
categories.workspace = true

[dependencies]
lakers-shared.workspace = true
Expand Down
1 change: 1 addition & 0 deletions shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ repository.workspace = true
# It's implied, but still better for consistency to have it explicit.
readme.workspace = true
keywords.workspace = true
categories.workspace = true

[dependencies]
pyo3 = { version = "0.20.2", features = ["extension-module"], optional = true }
Expand Down

0 comments on commit 43fe768

Please sign in to comment.