summaryrefslogtreecommitdiffstats
path: root/src/tools/rustdoc-gui-test/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/rustdoc-gui-test/Cargo.toml')
-rw-r--r--src/tools/rustdoc-gui-test/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/rustdoc-gui-test/Cargo.toml b/src/tools/rustdoc-gui-test/Cargo.toml
index f0c5b3671..4cb200ebc 100644
--- a/src/tools/rustdoc-gui-test/Cargo.toml
+++ b/src/tools/rustdoc-gui-test/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
+build_helper = { path = "../build_helper" }
compiletest = { path = "../compiletest" }
getopts = "0.2"
walkdir = "2"