Files
wasmtime/lib/filecheck/Cargo.toml
2016-10-18 13:33:39 -07:00

15 lines
350 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.1.71"