Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into 203-add-a-messaging-p…
Browse files Browse the repository at this point in the history
…lugin-container-with-the-various-messaging-plugins-add-the-plugin-architecture-to-the-didcomm-messaging-route
  • Loading branch information
Hermann-Core committed Nov 18, 2024
2 parents 9a34103 + 6d512f6 commit 50beae0
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 50beae0

Please sign in to comment.