diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2023-01-10 22:32:04 +0900 | 
|---|---|---|
| committer | Tshepang Mbambo <tshepang@gmail.com> | 2023-02-11 08:41:56 +0200 | 
| commit | 6f3364d406c2d52a0bc6fa5712e9ce8c8fa29d0b (patch) | |
| tree | 219603b262b8de418c022ae7b571c7e3e7e58ceb /src | |
| parent | dca5a7ecd8a2aea1d5bb7b13099e40f09d64c11b (diff) | |
| download | rust-6f3364d406c2d52a0bc6fa5712e9ce8c8fa29d0b.tar.gz rust-6f3364d406c2d52a0bc6fa5712e9ce8c8fa29d0b.zip | |
Add a citation file
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/rustc-dev-guide/CITATION.cff | 9 | ||||
| -rw-r--r-- | src/doc/rustc-dev-guide/book.toml | 6 | 
2 files changed, 12 insertions, 3 deletions
| diff --git a/src/doc/rustc-dev-guide/CITATION.cff b/src/doc/rustc-dev-guide/CITATION.cff new file mode 100644 index 00000000000..fee82ad8cfb --- /dev/null +++ b/src/doc/rustc-dev-guide/CITATION.cff @@ -0,0 +1,9 @@ +cff-version: 1.2.0 +message: If you use this guide, please cite it using these metadata. +title: Rust Compiler Development Guide (rustc-dev-guide) +abstract: A guide to developing the Rust compiler (rustc) +authors: + - name: "The Rust Project Developers" +date-released: "2018-01-16" +license: "MIT OR Apache-2.0" +repository-code: "https://github.com/rust-lang/rustc-dev-guide" diff --git a/src/doc/rustc-dev-guide/book.toml b/src/doc/rustc-dev-guide/book.toml index 9170ceb700c..917cddfc2dc 100644 --- a/src/doc/rustc-dev-guide/book.toml +++ b/src/doc/rustc-dev-guide/book.toml @@ -1,7 +1,7 @@ [book] -title = "Guide to Rustc Development" -author = "Rustc developers" -description = "A guide to developing rustc" +title = "Rust Compiler Development Guide" +author = "The Rust Project Developers" +description = "A guide to developing the Rust compiler (rustc)" [build] create-missing = false | 
