mirror of
https://github.com/darkicewolf50/RustBrock.git
synced 2025-06-16 05:24:17 -06:00
11 lines
350 B
Markdown
11 lines
350 B
Markdown
# Packages
|
|
|
|
a bundle of one or more crates that provides a set functionality
|
|
|
|
it contains a cargo.toml file and describes how to build those crates
|
|
|
|
packages can have as many binary crates as you want but only at most one library crate
|
|
|
|
packages must have at least one crate
|
|
|
|
packages are defined by the toml file that comes with creating a new crate |