Files
wasmtime/lib/filecheck/Cargo.toml
Jakob Stoklund Olesen ec746c3359 Add a publish-all.sh script.
Set identical version numbers on all cretonne-* crates and print "cargo
publish" commands.

Update all crates to version 0.1.0.
2018-02-23 12:51:14 -08:00

15 lines
349 B
TOML

[package]
authors = ["The Cretonne Project Developers"]
name = "filecheck"
version = "0.1.0"
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.6"