Files
wasmtime/lib/wasm/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

25 lines
611 B
TOML

[package]
name = "cretonne-wasm"
version = "0.3.4"
authors = ["The Cretonne Project Developers"]
description = "Translator from WebAssembly to Cretonne IL"
repository = "https://github.com/Cretonne/cretonne"
license = "Apache-2.0"
readme = "README.md"
keywords = [ "webassembly", "wasm" ]
[lib]
name = "cton_wasm"
[dependencies]
wasmparser = "0.14.1"
cretonne = { path = "../cretonne", version = "0.3.4" }
cretonne-frontend = { path = "../frontend", version = "0.3.4" }
[dev-dependencies]
tempdir = "0.3.5"
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "Cretonne/cretonne" }