rustlang how to edit project names code example
Example: rustlang how to edit project names
Go to cargo.toml
You can rename your project there.
Be aware though that you might have to
change the name elsewhere too. This is especially important if your code
is online.