[go: up one dir, main page]

trybuild 1.0.3

Test harness for ui tests of compiler diagnostics
Documentation
[package]
name = "trybuild"
version = "1.0.3"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Test harness for ui tests of compiler diagnostics"
repository = "https://github.com/dtolnay/trybuild"
documentation = "https://docs.rs/trybuild"
exclude = ["screenshots/*"]
readme = "README.md"

[dependencies]
glob = "0.3"
lazy_static = "1.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
termcolor = "1.0"
toml = "0.5"