blob: d6697f37f5c5100a6376de2eb182f1a7c9e73b13 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[book]
title = "Cargo Contributor Guide"
authors = ["Eric Huss"]
[output.html]
curly-quotes = true # Enable smart-punctuation feature for more than quotes.
git-repository-url = "https://github.com/rust-lang/cargo/tree/master/src/doc/contrib/src"
[output.html.redirect]
"/apidoc/cargo/index.html" = "https://doc.rust-lang.org/nightly/nightly-rustc/cargo/"
|