From e127181114453ac0a37e7de7eaef2f44cc0c2497 Mon Sep 17 00:00:00 2001 From: Guillaume Pinot Date: Mon, 13 Sep 2021 17:15:12 +0200 Subject: [PATCH] Add badges in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17895dc..ebc074d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Google CP-SAT solver Rust bindings +# Google CP-SAT solver Rust bindings [![](https://img.shields.io/crates/v/cp_sat.svg)](https://crates.io/crates/cp_sat) [![](https://docs.rs/cp_sat/badge.svg)](https://docs.rs/cp_sat) Rust bindings to the Google CP-SAT constraint programming solver.