mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-16 17:58:16 +00:00
14 lines
230 B
TOML
14 lines
230 B
TOML
[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" }
|