Skip to content

Move shared information from Cargo.toml files into workspace file

Tom Wagner requested to merge ryuukyu/pipewire-rs:deduplicate-cargo-toml into main

Deduplicates shared information in the Cargo.toml file of each crate by moving it into the workspace file and inheriting the fields.

Merge request reports