rust-analyzer/crates/test_utils/Cargo.toml

14 lines
206 B
TOML
Raw Normal View History

2018-08-12 15:50:16 +00:00
[package]
2018-10-15 17:00:54 +00:00
edition = "2018"
2018-08-25 11:26:34 +00:00
name = "test_utils"
2018-08-12 15:50:16 +00:00
version = "0.1.0"
authors = ["rust-analyzer developers"]
2018-08-12 15:50:16 +00:00
2019-11-17 15:35:05 +00:00
[lib]
doctest = false
2018-08-12 15:50:16 +00:00
[dependencies]
difference = "2.0.0"
2018-08-25 11:30:54 +00:00
text_unit = "0.1.2"
serde_json = "1.0.34"