Add a cton-util filecheck sub-command.

This commit is contained in:
Jakob Stoklund Olesen
2016-09-08 16:20:06 -07:00
parent 5b22634c8d
commit c95c23dbbe
5 changed files with 60 additions and 3 deletions

8
src/tools/Cargo.lock generated
View File

@@ -5,6 +5,7 @@ dependencies = [
"cretonne 0.0.0",
"cretonne-reader 0.0.0",
"docopt 0.6.80 (registry+https://github.com/rust-lang/crates.io-index)",
"filecheck 0.0.0",
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 0.1.71 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -42,6 +43,13 @@ dependencies = [
"strsim 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "filecheck"
version = "0.0.0"
dependencies = [
"regex 0.1.71 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "glob"
version = "0.2.11"