--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # cargo new > Create a new Cargo package. > Equivalent of `cargo init`, but specifying a directory is required. > More information: . - Create a new Rust project with a binary target: `cargo new {{path/to/directory}}`