commit | 9f3d28d3edd1152c863fe736dc268186472687a8 | [log] [tgz] |
---|---|---|
author | Martin Geisler <martin@geisler.net> | Tue Jul 25 01:21:04 2017 +0200 |
committer | GitHub <noreply@github.com> | Tue Jul 25 01:21:04 2017 +0200 |
tree | 54dbdf32b1716ada0dd5aee3741e1eb09e45fb88 | |
parent | 598469fc8d3afd616bfc11146a40e1e442694c3e [diff] [blame] |
Add CI badges
diff --git a/Cargo.toml b/Cargo.toml index ba82258..da8bbdc 100644 --- a/Cargo.toml +++ b/Cargo.toml
@@ -13,6 +13,10 @@ other common platform libraries. """ +[badges] +travis-ci = { repository = "rust-lang/libc" } +appveyor = { repository = "rust-lang-libs/libc" } + [features] default = ["use_std"] use_std = []