From 2d41bc3e6c1adb8abce5c796cfd24f77fee6f420 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 25 Aug 2018 14:26:34 +0300 Subject: rename --- crates/test_utils/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 crates/test_utils/Cargo.toml (limited to 'crates/test_utils/Cargo.toml') 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 @@ +[package] +name = "test_utils" +version = "0.1.0" +authors = ["Aleksey Kladov "] + +[dependencies] +difference = "2.0.0" +itertools = "0.7.8" -- cgit v1.2.3