servo / core-foundation-rs

Rust bindings to Core Foundation and other low level libraries on Mac OS X and iOS
Other
987 stars 216 forks source link

Use workspace inheritance. #701

Closed waywardmonkeys closed 1 month ago

waywardmonkeys commented 1 month ago

Consolidate package configuration where possible. This also removes the homepage key as it only points to the repository so isn't providing anything additional.

Use workspace dependencies for the crates provided by the workspace and used within the workspace. This centralizes the version number maintenance a bit.