Rust: How to Quickly Add Dependencies From crates.io

Rating: 6

You can quickly copy a dependency declaration with the version from crates.io:

This copies the following, which can then be pasted in Cargo.toml:

rand = "0.8.5"