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:
@@ -18,3 +18,7 @@ name = "cretonne"
|
|||||||
# Please don't add any unless they are essential to the task of creating binary
|
# 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
|
# machine code. Integration tests that need external dependencies can be
|
||||||
# accomodated in `tests`.
|
# accomodated in `tests`.
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
maintenance = { status = "experimental" }
|
||||||
|
travis-ci = { repository = "Cretonne/cretonne" }
|
||||||
|
|||||||
@@ -13,3 +13,7 @@ name = "cton_frontend"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cretonne = { path = "../cretonne", version = "0.3.4" }
|
cretonne = { path = "../cretonne", version = "0.3.4" }
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
maintenance = { status = "experimental" }
|
||||||
|
travis-ci = { repository = "Cretonne/cretonne" }
|
||||||
|
|||||||
@@ -15,3 +15,7 @@ cretonne = { path = "../cretonne", version = "0.3.4" }
|
|||||||
|
|
||||||
[target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies]
|
[target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies]
|
||||||
raw-cpuid = "3.0.0"
|
raw-cpuid = "3.0.0"
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
maintenance = { status = "experimental" }
|
||||||
|
travis-ci = { repository = "Cretonne/cretonne" }
|
||||||
|
|||||||
@@ -13,3 +13,7 @@ name = "cton_reader"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cretonne = { path = "../cretonne", version = "0.3.4" }
|
cretonne = { path = "../cretonne", version = "0.3.4" }
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
maintenance = { status = "experimental" }
|
||||||
|
travis-ci = { repository = "Cretonne/cretonne" }
|
||||||
|
|||||||
@@ -18,3 +18,7 @@ cretonne-frontend = { path = "../frontend", version = "0.3.4" }
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tempdir = "0.3.5"
|
tempdir = "0.3.5"
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
maintenance = { status = "experimental" }
|
||||||
|
travis-ci = { repository = "Cretonne/cretonne" }
|
||||||
|
|||||||
Reference in New Issue
Block a user