Add Cargo.toml badges for published packages.

This adds a basic travis badge, as well as a badge indicating
"experimental" status, since the APIs are still evolving.
This commit is contained in:
Dan Gohman
2018-03-12 16:07:13 -07:00
parent 2b9229d715
commit e776d987fd
5 changed files with 20 additions and 0 deletions

View File

@@ -15,3 +15,7 @@ cretonne = { path = "../cretonne", version = "0.3.4" }
[target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies]
raw-cpuid = "3.0.0"
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "Cretonne/cretonne" }