Files
wasmtime/lib/reader/Cargo.toml
Dan Gohman f48c1d4f89 Update to target-lexicon 0.0.1 and faerie 0.4.1.
This fixes handling of custom targets.
2018-05-30 17:25:48 -07:00

18 lines
493 B
TOML

[package]
authors = ["The Cretonne Project Developers"]
name = "cretonne-reader"
version = "0.8.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.8.0" }
target-lexicon = "0.0.1"
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "cretonne/cretonne" }