Files
wasmtime/lib/reader/Cargo.toml
Dan Gohman 19a636af96 Change Cretonne's license to "Apache-2.0 WITH LLVM-exception".
This adds the "LLVM-exception" to Cretonne's existing Apache-2.0
license.

https://spdx.org/licenses/LLVM-exception.html
2018-07-13 07:25:32 -07:00

18 lines
515 B
TOML

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