summaryrefslogtreecommitdiffstats
path: root/src/tools/rustdoc-gui-test/Cargo.toml
blob: 4cb200ebc7c5f1928287648adfb0c662eaa30373 (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"