aboutsummaryrefslogtreecommitdiff
path: root/crates/test_utils/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-25 12:26:34 +0100
committerAleksey Kladov <[email protected]>2018-08-25 12:26:34 +0100
commit2d41bc3e6c1adb8abce5c796cfd24f77fee6f420 (patch)
treee3b683b98ca0720d42ae55565741bd0ef806f631 /crates/test_utils/Cargo.toml
parente4828124238c4238a7f5532621d1f2df2170e77a (diff)
rename
Diffstat (limited to 'crates/test_utils/Cargo.toml')
-rw-r--r--crates/test_utils/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/crates/test_utils/Cargo.toml b/crates/test_utils/Cargo.toml
new file mode 100644
index 000000000..3d336a9b4
--- /dev/null
+++ b/crates/test_utils/Cargo.toml
@@ -0,0 +1,8 @@
1[package]
2name = "test_utils"
3version = "0.1.0"
4authors = ["Aleksey Kladov <[email protected]>"]
5
6[dependencies]
7difference = "2.0.0"
8itertools = "0.7.8"