This library implements functionality similar to LLVM's FileCheck utility, but in library form.
13 lines
184 B
TOML
13 lines
184 B
TOML
[package]
|
|
authors = ["The Cretonne Project Developers"]
|
|
name = "filecheck"
|
|
version = "0.0.0"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "filecheck"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
regex = "0.1.71"
|