Expand description
Cargo.toml parsing and version utilities
Structs§
- Cargo
Toml - The bits of the top-level
Cargo.tomlconfiguration thatvdevuses to drive its features. - Cargo
Toml Package
Functions§
- get_
version - Use the version provided by env vars or default to reading from
Cargo.toml. - read_
version - Read the version string from
Cargo.toml