Function node_template_release::update_root_cargo_toml
source · pub(crate) fn update_root_cargo_toml(
cargo_toml: &mut Document,
members: &[String],
deps: HashMap<String, HashMap<String, Dependency>>,
commit_id: &str,
)
Expand description
Update the top level (workspace) Cargo.toml
file.
- Adds
workspace
definition - Adds dependencies
- Adds
profile.release
=panic = unwind