summary refs log tree commit diff
path: root/src/tools/rustdoc-gui-test/Cargo.toml
blob: f7384a98f85652218a0d482a7c683966c957bc86 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "rustdoc-gui-test"
version = "0.1.0"
edition = "2021"

[dependencies]
build_helper = { path = "../../build_helper" }
compiletest = { path = "../compiletest" }
getopts = "0.2"
walkdir = "2"