RustCrypto / utils

Utility crates used in RustCrypto
427 stars 123 forks source link

cargo: point `repository` metadata to clonable URLs #1079

Closed lucab closed 1 month ago

lucab commented 1 month ago

This tweaks the repository fields in Cargo metadata in order to use the correct (i.e. git clonable) URL. The existing GitHub webUI URLs for each package have been retained and moved to homepage fields.

lucab commented 1 month ago

Same rationale as https://github.com/RustCrypto/elliptic-curves/pull/1055.