Move dependency declarations to the workspace-level Cargo.toml so crate dependencies are managed centrally.
This tracks the work in #1242.
cargo autoinherit covers most of the changes, but some dependency declarations may still need to remain outside the centralized setup.
Move dependency declarations to the workspace-level
Cargo.tomlso crate dependencies are managed centrally.This tracks the work in #1242.
cargo autoinheritcovers most of the changes, but some dependency declarations may still need to remain outside the centralized setup.