Skip to content

Commit

Permalink
fix: Fix badges in README
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Oct 24, 2024
1 parent 3976175 commit 3440ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# C2PA cryptography implementation

[![CI](https://github.com/scouten-adobe/TEMP-c2pa-crypto/actions/workflows/ci.yml/badge.svg)](https://github.com/scouten-adobe/TEMP-c2pa-crypto/actions/workflows/ci.yml) [![Latest Version](https://img.shields.io/crates/v/c2pa-crypto.svg)](https://crates.io/crates/c2pa-crypto) [![docs.rs](https://img.shields.io/docsrs/c2pa-crypto)](https://docs.rs/c2pa-crypto/) [![codecov](https://codecov.io/github/scouten-adobe/TEMP-c2pa-crypto/graph/badge.svg?token=NxwUjwv0j5)](https://codecov.io/github/scouten-adobe/TEMP-c2pa-crypto)
[![CI](https://github.com/contentauth/c2pa-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/contentauth/c2pa-rs/actions/workflows/ci.yml) [![Latest Version](https://img.shields.io/crates/v/c2pa-crypto.svg)](https://crates.io/crates/c2pa-crypto) [![docs.rs](https://img.shields.io/docsrs/c2pa-crypto)](https://docs.rs/c2pa-crypto/) [![![codecov](https://codecov.io/gh/contentauth/c2pa-rs/branch/main/graph/badge.svg?token=YVHWI19EGN)](https://codecov.io/gh/contentauth/c2pa-rs)

This is a placeholder crate and not yet intended to be used directly. We anticipate moving some of the cryptography internal implementation from the existing c2pa-rs crate into this crate.

0 comments on commit 3440ff2

Please sign in to comment.