1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-02 00:35:23 +02:00
tldr/pages/common/cargo-version.md

13 lines
259 B
Markdown
Raw Normal View History

# cargo version
> Display `cargo` version information.
> More information: <https://doc.rust-lang.org/cargo/commands/cargo-version.html>.
- Display the version of `cargo`:
`cargo version`
- Display additional build information:
`cargo version --verbose`