Files
wasmtime/lib/filecheck/Cargo.toml
Igor de0f0e5f0a Updated the regex crate to 0.2.2 as per issue #88 (#90)
* Updated the regex crate to 0.2.2 as per issue #88
* Added potential fix for cryptic CI error.
* Fixed incorrect handling of regex name call.

Fixes #88
2017-06-03 12:40:53 -07:00

15 lines
349 B
TOML

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