rust/crates/test_utils/Cargo.toml

14 lines
207 B
TOML
Raw Normal View History

2018-08-12 18:50:16 +03:00
[package]
2018-10-15 20:00:54 +03:00
edition = "2018"
2018-08-25 14:26:34 +03:00
name = "test_utils"
2018-08-12 18:50:16 +03:00
version = "0.1.0"
authors = ["rust-analyzer developers"]
2018-08-12 18:50:16 +03:00
2019-11-17 18:35:05 +03:00
[lib]
doctest = false
2018-08-12 18:50:16 +03:00
[dependencies]
difference = "2.0.0"
2020-02-27 10:06:48 +08:00
text_unit = "0.1.10"
2020-02-18 15:57:41 +02:00
serde_json = "1.0.48"