aboutsummaryrefslogtreecommitdiff
path: root/crates/expect/Cargo.toml
blob: caee4310674a7334ff92c0699c76452bb7dad2e4 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "expect"
version = "0.1.0"
authors = ["rust-analyzer developers"]
edition = "2018"

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