Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/Rust/Cargo Rust/
Cargo.toml
Search

Cargo.toml

Creator
Creator
Seonglae Cho
Created
Created
2021 Apr 16 9:45
Editor
Editor
Seonglae Cho
Edited
Edited
2024 Mar 14 4:55
Refs
Refs

[worksapce.dependencies]

 
 
 

[workspace]

  • members
  • exclude
  • resolver
 
 

[workspace.package]

  • version
  • deition
  • description
  • repository
  • keywrods
  • catetories
  • lincense
 
 
 
 
 
The Cargo Book
The Cargo.toml file for each package is called its manifest. It is written in the TOML format. Every manifest file consists of the following sections: The first section in a Cargo.toml is [package]. [package] name = "hello_world" # the name of the package version = "0.1.0" # the current version, obeying semver authors = ["Alice ", "Bob "] The only fields required by Cargo are and .
The Cargo Book
https://doc.rust-lang.org/cargo/reference/manifest.html
 

Table of Contents
[worksapce.dependencies][workspace][workspace.package]

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/Rust/Cargo Rust/
Cargo.toml
Copyright Seonglae Cho