Files
wasmtime/lib/filecheck/Cargo.toml
2018-02-23 21:49:59 -08:00

17 lines
392 B
TOML

[package]
authors = ["The Cretonne Project Developers"]
name = "filecheck"
version = "0.1.0"
description = "Library for matching test outputs against filecheck directives"
license = "Apache-2.0"
repository = "https://github.com/Cretonne/cretonne"
documentation = "https://docs.rs/filecheck"
[lib]
name = "filecheck"
[dependencies]
regex = "0.2.6"
failure = "0.1.1"
failure_derive = "0.1.1"