aboutsummaryrefslogtreecommitdiff
path: root/crates/expect/Cargo.toml
blob: 77775630dc7aefc4a52487883cffb824c2abc0e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "expect"
version = "0.1.0"
authors = ["rust-analyzer developers"]
edition = "2018"
license = "MIT OR Apache-2.0"

[lib]
doctest = false

[dependencies]
once_cell = "1"
difference = "2"
stdx = { path = "../stdx" }