blob: b6edb76d7f98f8a2acfa457357dd603713d241e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "rustdoc-tool"
version = "0.0.0"
authors = ["The Rust Project Developers"]
[[bin]]
name = "rustdoc"
path = "main.rs"
[dependencies]
rustdoc = { path = "../../librustdoc" }
|