How to do it...

  1. Go to the project location from where you want to upload your project to https://crates.io/:
      cd project_location
  1. The https://crates.io/ provides an API token on the accounts setting page when you create a new account or log in with your existing GitHub ID:
      cargo login API_TOKEN
  1. Package the Rust application:
      cargo package
  1. Publish the Rust application to https://crates.io/:
      cargo publish
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.14.144.216