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

@@ -18,3 +18,7 @@ name = "cretonne"
# Please don't add any unless they are essential to the task of creating binary
# machine code. Integration tests that need external dependencies can be
# accomodated in `tests`.
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "Cretonne/cretonne" }

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" }

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" }

View File

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

View File

@@ -18,3 +18,7 @@ cretonne-frontend = { path = "../frontend", version = "0.3.4" }
[dev-dependencies]
tempdir = "0.3.5"
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "Cretonne/cretonne" }