rust/crates/test_utils/Cargo.toml

14 lines
206 B
TOML
Raw Normal View History

2018-08-12 10:50:16 -05:00
[package]
2018-10-15 12:00:54 -05:00
edition = "2018"
2018-08-25 06:26:34 -05:00
name = "test_utils"
2018-08-12 10:50:16 -05:00
version = "0.1.0"
authors = ["rust-analyzer developers"]
2018-08-12 10:50:16 -05:00
2019-11-17 09:35:05 -06:00
[lib]
doctest = false
2018-08-12 10:50:16 -05:00
[dependencies]
difference = "2.0.0"
2020-04-25 04:52:10 -05:00
text-size = "1.0.0"
2020-02-18 07:57:41 -06:00
serde_json = "1.0.48"