mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 06:41:49 +00:00
18 lines
337 B
Plaintext
18 lines
337 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# cargo version
|
|
|
|
> Display `cargo` version information.
|
|
> More information: <https://doc.rust-lang.org/cargo/commands/cargo-version.html>.
|
|
|
|
- Display version:
|
|
|
|
`cargo version`
|
|
|
|
- Display additional build information:
|
|
|
|
`cargo version --verbose`
|