blob: 0be9c3665eb580559cf389378b5b319e349f3192 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[package]
edition = "2018"
name = "test_utils"
version = "0.1.0"
authors = ["rust-analyzer developers"]
[dependencies]
difference = "2.0.0"
text_unit = "0.1.2"
serde_json = "1.0.34"
|