Skip to content

Commit

Permalink
Merge pull request #262 from adorsys/249-release-and-distribution-man…
Browse files Browse the repository at this point in the history
…agement-concept-for-didcomm-messaging-e5

feat: update cargo.toml for crates.io release
  • Loading branch information
Blindspot22 authored Nov 18, 2024
2 parents c7d7ea9 + b23df06 commit 6d512f6
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 6d512f6

Please sign in to comment.