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

16 lines
550 B
TOML

[package]
name = "cretonne-filetests"
authors = ["The Cretonne Project Developers"]
version = "0.13.0"
description = "Test driver and implementations of the filetest commands"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://cretonne.readthedocs.io/en/latest/testing.html#file-tests"
repository = "https://github.com/cretonne/cretonne"
publish = false
[dependencies]
cretonne-codegen = { path = "../codegen", version = "0.13.0" }
cretonne-reader = { path = "../reader", version = "0.13.0" }
filecheck = "0.3.0"
num_cpus = "1.8.0"