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/doc/rustc-dev-guide/CITATION.cff | |
| 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/doc/rustc-dev-guide/CITATION.cff')
| -rw-r--r-- | src/doc/rustc-dev-guide/CITATION.cff | 9 |
1 files changed, 9 insertions, 0 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" |
