Skip to content

Commit

Permalink
feat: didcomm-messaging preparation for crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Blindspot22 committed Nov 25, 2024
1 parent 4ac939c commit 413e4eb
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions crates/web-plugins/didcomm-messaging/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
[package]
name = "didcomm-messaging"
version = "0.1.0"
name = "didcomm-messaging"
version = "0.1.0"
authors = ["adorsys GmbH Co. KG"]
license = "Apache-2.0"
description = "The `didcomm-messaging` is a core component of the DIDComm Mediator system, designed to facilitate secure, decentralized communication within the Self-Sovereign Identity (SSI) ecosystem."
repository = "https://github.com/adorsys/didcomm-mediator-rs/tree/main/crates/web-plugins/did-endpoint"
keywords = ["DIDComm Messaging","DIDComm", "DIDComm Mediator", "DIDComm Mediation", "DIDCOMM Messaging", "Decentralized Identity", "Rust Mediator"]
categories = ["cryptography", "decentralized-systems"]
edition = "2021"


[dependencies]
did-utils.workspace = true
database.workspace = true
Expand Down

0 comments on commit 413e4eb

Please sign in to comment.