iotaledger / identity.rs

Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA Tangle.
https://www.iota.org
Apache License 2.0
290 stars 83 forks source link

chore(cargo): inherit `repository` in identity_verification #1348

Closed Foorack closed 3 months ago

Foorack commented 3 months ago

Description of change

Inherit repository key for correctly labeling/pointing to the GitHub repo.

This makes location of the source code easier to see Crates.io. 🙂

This change only affects identity_verification crate. All other modules already correctly inherit repository.

Links to any relevant issues

None

Type of change

Add an x to the boxes that are relevant to your changes.

How the change has been tested

None

Change checklist

Add an x to the boxes that are relevant to your changes.

UMR1352 commented 3 months ago

Thank you for your contribution @Foorack :)