blob: 02727993ea5a9a2e0c3358f83f0eeee0c02146b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
edition = "2018"
name = "test_utils"
version = "0.1.0"
authors = ["Aleksey Kladov <[email protected]>"]
[dependencies]
difference = "2.0.0"
itertools = "0.8.0"
text_unit = "0.1.2"
serde_json = "1.0.24"
|