Azure / azure-sdk-for-rust

This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
MIT License
685 stars 232 forks source link

Centrally manage all dependencies as workspace dependencies #1591

Open heaths opened 6 months ago

heaths commented 6 months ago
heaths commented 5 months ago

Given a healthy discussion within the Rust community, we may need to write validation as a standalone executable we can run in pipelines. Simplistically, it just needs to deserialize Cargo.toml (use cargo_util_schemas with serde) for individual crates and make sure all dependencies (see list below) use workspace = true.