Add a citation file
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
parent
2b94321e3d
commit
6ccceb8a33
|
|
@ -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"
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
[book]
|
[book]
|
||||||
title = "Guide to Rustc Development"
|
title = "Rust Compiler Development Guide"
|
||||||
author = "Rustc developers"
|
author = "The Rust Project Developers"
|
||||||
description = "A guide to developing rustc"
|
description = "A guide to developing the Rust compiler (rustc)"
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
create-missing = false
|
create-missing = false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue