aboutsummaryrefslogtreecommitdiff
path: root/tests/testutils/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testutils/Cargo.toml')
-rw-r--r--tests/testutils/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/testutils/Cargo.toml b/tests/testutils/Cargo.toml
new file mode 100644
index 000000000..9003822ee
--- /dev/null
+++ b/tests/testutils/Cargo.toml
@@ -0,0 +1,8 @@
1[package]
2name = "testutils"
3version = "0.1.0"
4authors = ["Aleksey Kladov <[email protected]>"]
5
6[dependencies]
7file = "1.0"
8difference = "1.0.0"