Skip to content

Commit

Permalink
Add crates.io description for mls-rs-crypto-webcrypto
Browse files Browse the repository at this point in the history
  • Loading branch information
tomleavy committed Nov 20, 2023
1 parent ff972ae commit 56c5848
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mls-rs-crypto-webcrypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
name = "mls-rs-crypto-webcrypto"
version = "0.1.0"
edition = "2021"
description = "SubtleCrypto based CryptoProvider for supporting mls-rs in a browser"
homepage = "https://github.com/awslabs/mls-rs"
repository = "https://github.com/awslabs/mls-rs"
keywords = ["mls", "mls-rs"]
license = "Apache-2.0 OR MIT"

[dependencies]
mls-rs-core = { path = "../mls-rs-core", default-features = false, features = ["std"], version = "0.15.0" }
Expand Down

0 comments on commit 56c5848

Please sign in to comment.