Skip to content

Add yourself as author

Sven Nilsen edited this page Sep 20, 2015 · 1 revision

The Cargo.toml file in each project lists the authors in a tag:

authors = [
   "bvssvni <bvssvni@gmail.com>",
   ...
]

You can add your nick name or full name. Email is optional.

Add yourself as author if you want to be credited for a project, and this is allowed even if you only made a small contribution.

When adding yourself, add it to the end of the list.

It is your job to remember to add yourself as author.

Clone this wiki locally