Files
wasmtime/lib/frontend/Cargo.toml
2018-04-16 16:37:00 -07:00

20 lines
493 B
TOML

[package]
authors = ["The Cretonne Project Developers"]
name = "cretonne-frontend"
version = "0.4.4"
description = "Cretonne IR 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.4.4" }
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "Cretonne/cretonne" }