Add yourself as author - PistonDevelopers/piston GitHub Wiki
The Cargo.toml file in each project lists the authors in a tag:
authors = [
"bvssvni <[email protected]>",
...
]
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.