* 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
15 lines
349 B
TOML
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"
|