summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Geisler <martin@geisler.net>2017-07-25 01:21:04 +0200
committerGitHub <noreply@github.com>2017-07-25 01:21:04 +0200
commit9f3d28d3edd1152c863fe736dc268186472687a8 (patch)
tree54dbdf32b1716ada0dd5aee3741e1eb09e45fb88 /Cargo.toml
parent598469fc8d3afd616bfc11146a40e1e442694c3e (diff)
downloadrust-libc-9f3d28d3edd1152c863fe736dc268186472687a8.tar.gz
Add CI badges
Diffstat (limited to 'Cargo.toml')
-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 = []