rust/src/tools/rustdoc-gui-test/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
219 B
TOML
Raw Normal View History

2023-05-20 14:40:11 +03:00
[package]
name = "rustdoc-gui-test"
version = "0.1.0"
edition = "2021"
[dependencies]
build_helper = { path = "../../build_helper" }
camino = "1"
2023-05-20 14:40:11 +03:00
compiletest = { path = "../compiletest" }
getopts = "0.2"
walkdir = "2"