expect-test 1.4.1

Minimalistic snapshot testing library
Documentation
[package]
name = "expect-test"
version = "1.4.1"
description = "Minimalistic snapshot testing library"
keywords = ["snapshot", "testing", "expect"]
categories = ["development-tools::testing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-analyzer/expect-test"
authors = ["rust-analyzer developers"]
edition = "2018"

exclude = ["./github", "bors.toml", "rustfmt.toml"]

[workspace]
members = ["xtask"]

[dependencies]
once_cell = "1"
dissimilar = "1"