Files
wasmtime/lib/frontend/Cargo.toml
Dan Gohman e776d987fd 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.
2018-03-13 09:34:11 -07:00

20 lines
493 B
TOML

[package]
authors = ["The Cretonne Project Developers"]
name = "cretonne-frontend"
version = "0.3.4"
description = "Cretonne IL builder helper"
license = "Apache-2.0"
documentation = "https://cretonne.readthedocs.io/"
repository = "https://github.com/Cretonne/cretonne"
readme = "README.md"
[lib]
name = "cton_frontend"
[dependencies]
cretonne = { path = "../cretonne", version = "0.3.4" }
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "Cretonne/cretonne" }