Files
wasmtime/lib/reader/Cargo.toml
2018-06-07 11:46:36 -07:00

18 lines
493 B
TOML

[package]
authors = ["The Cretonne Project Developers"]
name = "cretonne-reader"
version = "0.9.0"
description = "Cretonne textual IR reader"
license = "Apache-2.0"
documentation = "https://cretonne.readthedocs.io/"
repository = "https://github.com/cretonne/cretonne"
readme = "README.md"
[dependencies]
cretonne-codegen = { path = "../codegen", version = "0.9.0" }
target-lexicon = "0.0.1"
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "cretonne/cretonne" }