From 58c60526dadf2e21f13436a4b5516681b26a5fb3 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Tue, 14 Mar 2017 03:38:13 +0000 Subject: [PATCH] Add a Travis badge to the Cargo.toml package. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 0c90b01..3f232e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,9 @@ exclude = [ ".gitignore" ] +[badges] +travis-ci = { repository = "isislovecruft/curve25519-dalek", branch = "master"} + [dependencies.arrayref] version = "0.3.3"