diff options
author | Stuart Stock <stuart@int08h.com> | 2019-05-10 19:37:28 -0500 |
---|---|---|
committer | Stuart Stock <stuart@int08h.com> | 2019-05-10 19:37:28 -0500 |
commit | 56255c01d5c8f9adb578e4cf72381e7e94bbfa68 (patch) | |
tree | df987912a98fdf733a65b8296df28641d14e400b /README.md | |
parent | f7c66fbffd3de8888634426edb7cc283f92c8bd7 (diff) | |
download | roughenough-56255c01d5c8f9adb578e4cf72381e7e94bbfa68.zip |
Update README with additional badges
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,8 @@ # Roughenough -[![Apache License 2](https://img.shields.io/badge/license-ASF2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt) -[![Build Status](https://travis-ci.org/int08h/roughenough.svg?branch=master)](https://travis-ci.org/int08h/roughenough) +[![crates.io](https://img.shields.io/crates/v/roughenough.svg?style=flat-square)](https://crates.io/crates/roughenough) +[![Build Status](https://img.shields.io/travis/int08h/roughenough/master.svg?style=flat-square)](https://travis-ci.org/int08h/roughenough) +[![Apache License 2](https://img.shields.io/badge/license-ASF2-blue.svg?style=flat-square)](https://www.apache.org/licenses/LICENSE-2.0.txt) **Roughenough** is a [Roughtime](https://roughtime.googlesource.com/roughtime) secure time synchronization client and server implementation in Rust. |