From b7c13dc484d153d01df556726cd8bc8f67c4fe78 Mon Sep 17 00:00:00 2001 From: George Date: Sat, 13 Mar 2021 09:39:31 +0300 Subject: [PATCH] Add more status badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5dd9d62..6daccb6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ [![Build](https://github.com/Horhik/rust-fcp/actions/workflows/build.yml/badge.svg)](https://github.com/Horhik/rust-fcp/actions/workflows/build.yml) [![Tests](https://github.com/Horhik/rust-fcp/actions/workflows/tests.yml/badge.svg?event=push)](https://github.com/Horhik/rust-fcp/actions/workflows/tests.yml) +[![dependency status](https://deps.rs/repo/github/horhik/rust-fcp/status.svg)](https://deps.rs/repo/github/rust-fcp/rust-fcp) +[![Latest Version](https://img.shields.io/crates/v/fcpv2.svg)](https://crates.io/crates/fcpv2) +[![Docs](https://docs.rs/fcpv2/badge.svg)](https://docs.rs/fcpv2) + Library for freenet FCPv2 protocol It's set of structures from [official FCPv2 wiki](https://github.com/freenet/wiki/wiki/FCPv2), their implementations, parse and convert functions