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

@@ -13,3 +13,7 @@ name = "cton_frontend"
[dependencies]
cretonne = { path = "../cretonne", version = "0.3.4" }
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "Cretonne/cretonne" }