Skip to content

Commit

Permalink
chore: update crate metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
geonnave committed Mar 26, 2024
1 parent 2f4ca78 commit 03a122f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ version = "0.5.1"
repository = "https://github.com/openwsn-berkeley/lakers/"
license = "BSD-3-Clause"
readme = "shared/README.md"
keywords = ["iot", "security", "protocol", "crypto", "edhoc"]

[workspace.dependencies]

Expand Down
4 changes: 2 additions & 2 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ version.workspace = true
edition = "2021"
authors = ["Mališa Vučinić <[email protected]>"]
license.workspace = true
description = "EDHOC implementation in Rust"
description = "An implementation of EDHOC (RFC 9528)"
repository.workspace = true
readme = "../README.md"
keywords.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 @@ -8,6 +8,7 @@ description = "EDHOC crypto library constants crate"
repository.workspace = true
# It's implied, but still better for consistency to have it explicit.
readme.workspace = true
keywords.workspace = true

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

0 comments on commit 03a122f

Please sign in to comment.