Add a libfilecheck crate.
This library implements functionality similar to LLVM's FileCheck utility, but in library form.
This commit is contained in:
12
cranelift/src/libfilecheck/Cargo.toml
Normal file
12
cranelift/src/libfilecheck/Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user