mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
bc7531089e
Signed-off-by: onur-ozkan <work@onurozkan.dev>
11 lines
206 B
TOML
11 lines
206 B
TOML
[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"
|