From d422305719b04184fb6a57bbe0190268163459f5 Mon Sep 17 00:00:00 2001 From: Douman Date: Tue, 8 May 2018 09:01:08 +0300 Subject: [PATCH] Add few badges to crates.io --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c71fb2b..90937f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,3 +33,7 @@ cookie = "0" [profile.release] lto = true opt-level = 2 + +[badges] +appveyor = { repository = "DoumanAsh/fie", branch = "master", service = "github" } +travis-ci = { repository = "DoumanAsh/fie", branch = "master" }