readme: add badge and repo clarification

main
Aydin Mercan 2022-09-03 23:10:11 +03:00
parent 016f796299
commit fe6c9fd0ed
Signed by: jaiden
SSH Key Fingerprint: SHA256:vy6hjzotbn/MWZAbjzURNk3NL62EPkjoHsJ5xr/s7nk
1 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# BearSSL-rs
![audit badge](https://github.com/aydinmercan/bearssl-rs/actions/workflows/audit.yml/badge.svg)
Use and extend BearSSL in Rust.
## Crates
@ -11,6 +13,16 @@ Use and extend BearSSL in Rust.
## Development
The code exists in multiple places as listed below:
* [Main Repository](https://gitea.treehouse.systems/jmercan/bearssl-rs)
- Where the main branch resides.
- CI tasks are planned to run here.
* [GitHub Mirror](https://github.com/aydinmercan/bearssl-rs)
- Mainly intended to be used as a source for crate registries.
- Short jobs such as auditing also run here.
- Issues here are still considered but PRs will probably be merged manually.
We prefer commit signing via SSH. The allowed signers are listed in `.gitsigners`.
To verify, a gitconfig entry such as the following is likely needed: