Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into 242-enhance-error-tra…
Browse files Browse the repository at this point in the history
…cing-and-logging-across-the-codebase-e3
  • Loading branch information
Hermann-Core committed Nov 21, 2024
2 parents a962f0e + 6d512f6 commit 9f2230f
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
[package]
name = "didcomm-mediator"
version = "0.1.0"
name = "didcomm-mediator"
version = "0.1.0"
authors = ["adorsys GmbH Co. KG"]
license = "Apache-2.0"
description = "A Rust Mediator for DIDComm messaging, supporting secure and decentralized communication."
repository = "https://github.com/adorsys/didcomm-mediator-rs"
homepage = "https://github.com/adorsys/didcomm-mediator-rs/blob/main/README.md"
documentation = "https://github.com/adorsys/didcomm-mediator-rs/tree/main/docs"
keywords = ["DIDComm", "Mediator", "DIDComm Mediator", "DIDComm Mediation", "DIDCOMM Messaging", "Decentralized Identity", "Rust Mediator"]
categories = ["cryptography", "decentralized-systems"]
edition = "2021"
description = "A mediator for DIDComm messages"
authors = ["adorsys GmbH Co. KG"]
readme = "README.md"



[workspace]
Expand Down

0 comments on commit 9f2230f

Please sign in to comment.