From 233776a39dd8bb335e7755bac411cbfa13568b36 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Thu, 18 Oct 2018 19:07:16 +0200 Subject: [PATCH] Add Gitlab badge --- rust-bindings/rust/libostree/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rust-bindings/rust/libostree/Cargo.toml b/rust-bindings/rust/libostree/Cargo.toml index a289c832..4cda12a2 100644 --- a/rust-bindings/rust/libostree/Cargo.toml +++ b/rust-bindings/rust/libostree/Cargo.toml @@ -15,6 +15,9 @@ readme = "README.md" [package.metadata.docs.rs] features = ["dox"] +[badges.gitlab] +repository = "fkrull/rust-libostree" + [lib] name = "libostree"