EN | DE

Stage 10.15: Cargo.toml File

The Cargo.toml file is the central configuration file when you decide to use cargo.
It's automatically created with cargo new / init.

In the Cargo.toml file you can define:

Besides the Cargo.toml there will be a Cargo.lock file which consists of a table of your dependencies with concret version

Tags: #cargo

Further information:

Share on Facebook Share on Twitter Share on Reddit Save on Pocket Share on LinkedIn Share via email
Rust mascot Ferris