eclipse-score/score
Repository dependency audit: Identify Rust crates usage across repositories
Aberta
#1.839 aberto em 2 de out. de 2025
good first issue
Métricas do repositório
- Stars
- (99 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
Description
We need to perform a dependency audit across all repositories to determine which ones use Rust and document the specific crates they depend on.
This task includes:
- Iterating through all repositories in the S-Core organization.
- Identifying which repositories contain Rust projects (presence of
Cargo.toml). - Extracting the list of crates used from
Cargo.tomland/orCargo.lock. - Creating a consolidated report with the following information:
- Repository name
- Path to Rust project(s) (if multiple)
- List of crates in use (with versions if available)
This is particularly important for the new source-of-truth repo introduced by Mark, but should be applied to all Rust-based repositories.
The report should be stored centrally.