rust/crates/expect/Cargo.toml

16 lines
231 B
TOML
Raw Normal View History

[package]
name = "expect"
2020-08-13 10:42:52 -05:00
version = "0.0.0"
license = "MIT OR Apache-2.0"
authors = ["rust-analyzer developers"]
edition = "2018"
2020-07-11 06:31:02 -05:00
[lib]
doctest = false
[dependencies]
once_cell = "1"
2020-06-27 14:13:49 -05:00
difference = "2"
2020-08-13 10:42:52 -05:00
stdx = { path = "../stdx" }