From 76767e9e75703eb584dd10fde6b92a5005c5e0a5 Mon Sep 17 00:00:00 2001 From: Victor Porof Date: Thu, 12 Sep 2019 14:26:20 +0200 Subject: [PATCH] Use CI badges for the crates.io page, mirroring what lmdb-rkv does Signed-off-by: Victor Porof --- lmdb-sys/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lmdb-sys/Cargo.toml b/lmdb-sys/Cargo.toml index b87938e..c6cc98b 100644 --- a/lmdb-sys/Cargo.toml +++ b/lmdb-sys/Cargo.toml @@ -20,6 +20,10 @@ build = "build.rs" [lib] name = "lmdb_sys" +[badges] +travis-ci = { repository = "mozilla/lmdb-rs" } +appveyor = { repository = "mozilla/lmdb-rs" } + [dependencies] libc = "0.2.62"