summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-07-24 23:39:57 +0000
committerbors <bors@rust-lang.org>2017-07-24 23:39:57 +0000
commit74421827646442dc03cb9e318e786e1092547ec5 (patch)
tree54dbdf32b1716ada0dd5aee3741e1eb09e45fb88
parent598469fc8d3afd616bfc11146a40e1e442694c3e (diff)
parent9f3d28d3edd1152c863fe736dc268186472687a8 (diff)
downloadrust-libc-74421827646442dc03cb9e318e786e1092547ec5.tar.gz
Auto merge of #696 - mgeisler:patch-1, r=alexcrichton
Add CI badges
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ba8225825b..da8bbdcd72 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,10 @@ A library for types and bindings to native C functions often found in libc or
other common platform libraries.
"""
+[badges]
+travis-ci = { repository = "rust-lang/libc" }
+appveyor = { repository = "rust-lang-libs/libc" }
+
[features]
default = ["use_std"]
use_std = []