aboutsummaryrefslogtreecommitdiff
path: root/crates/test_utils/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-25 12:30:54 +0100
committerAleksey Kladov <[email protected]>2018-08-25 12:30:54 +0100
commit5211e7d97771aa7f8d7cc99e5131fb3cc71a1627 (patch)
treec4539fbe335db8ac133386f16645cbc4c86d6bda /crates/test_utils/Cargo.toml
parent2d41bc3e6c1adb8abce5c796cfd24f77fee6f420 (diff)
move
Diffstat (limited to 'crates/test_utils/Cargo.toml')
-rw-r--r--crates/test_utils/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/test_utils/Cargo.toml b/crates/test_utils/Cargo.toml
index 3d336a9b4..41316581e 100644
--- a/crates/test_utils/Cargo.toml
+++ b/crates/test_utils/Cargo.toml
@@ -6,3 +6,4 @@ authors = ["Aleksey Kladov <[email protected]>"]
6[dependencies] 6[dependencies]
7difference = "2.0.0" 7difference = "2.0.0"
8itertools = "0.7.8" 8itertools = "0.7.8"
9text_unit = "0.1.2"