Skip to content

Commit

Permalink
feat: preparing did-utils for crates.io deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Blindspot22 committed Nov 25, 2024
1 parent 413e4eb commit 9cc0456
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions crates/web-plugins/didcomm-messaging/did-utils/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# did-utils

A Rust library for implementing reusable utility code for DID-based applications.
[package]
name = "did-utils"
version = "0.1.0"
authors = ["adorsys GmbH Co. KG"]
license = "Apache-2.0"
description = "A Rust library for implementing reusable utility code for DID-based applications"
repository = "https://github.com/adorsys/didcomm-mediator-rs/tree/main/crates/web-plugins/didcomm-messaging/did-utils"
keywords = ["did-utils", "DIDComm Messaging","DIDComm", "DIDComm Mediator", "DIDComm Mediation", "Decentralized Identity", "Rust Mediator"]
categories = ["cryptography", "decentralized-systems"]
edition = "2021"

## Features

Expand Down Expand Up @@ -49,11 +56,3 @@ let decrypted_did_document = encrypted_did_document.decrypt(&my_private_key);

The documentation for the library is available here: https://docs.rs/did-utils/

## Contributors

* Bard
* [Your name]

## License

The library is licensed under the MIT License.

0 comments on commit 9cc0456

Please sign in to comment.