Skip to content

Commit ed261cd

Browse files
committed
Add a citation file
Signed-off-by: Yuki Okushi <[email protected]>
1 parent f4f78f7 commit ed261cd

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CITATION.cff

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
cff-version: 1.2.0
2+
message: If you use this guide, please cite it using these metadata.
3+
title: Rust Compiler Development Guide (rustc-dev-guide)
4+
abstract: A guide to developing rustc
5+
authors:
6+
- name: "The Rust Project Developers"
7+
date-released: "2018-01-16"
8+
license: "MIT OR Apache-2.0"
9+
repository-code: "https://github.com/rust-lang/rustc-dev-guide"

book.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[book]
2-
title = "Guide to Rustc Development"
3-
author = "Rustc developers"
2+
title = "Rust Compiler Development Guide (rustc-dev-guide)"
3+
author = "The Rust Project Developers"
44
description = "A guide to developing rustc"
55

66
[build]

0 commit comments

Comments
 (0)