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

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