summaryrefslogtreecommitdiffstats
path: root/src/tools/suggest-tests/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/suggest-tests/Cargo.toml')
-rw-r--r--src/tools/suggest-tests/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/tools/suggest-tests/Cargo.toml b/src/tools/suggest-tests/Cargo.toml
new file mode 100644
index 000000000..f4f4d548b
--- /dev/null
+++ b/src/tools/suggest-tests/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "suggest-tests"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+glob = "0.3.0"
+build_helper = { version = "0.1.0", path = "../build_helper" }
+once_cell = "1.17.1"