rust-analyzer/crates/test_utils/Cargo.toml

10 lines
181 B
TOML
Raw Normal View History

2018-08-12 15:50:16 +00:00
[package]
2018-08-25 11:26:34 +00:00
name = "test_utils"
2018-08-12 15:50:16 +00:00
version = "0.1.0"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
[dependencies]
difference = "2.0.0"
2018-08-17 13:04:34 +00:00
itertools = "0.7.8"
2018-08-25 11:30:54 +00:00
text_unit = "0.1.2"