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

[lib]
doctest = false

[dependencies]
once_cell = "1"
difference = "2"

stdx = { path = "../stdx" }