eclipse-score / eclipse-score/score
Repository dependency audit: Identify Rust crates usage across repositories
- Dominant language
- Starlark
- Stars
- 109
- Forks
- 105
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 24
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:
1. Iterating through all repositories in the S-Core organization.
2. Identifying which repositories contain Rust projects (presence of `Cargo.toml`).
3. Extracting the list of crates used from `Cargo.toml` and/or `Cargo.lock`.
4. 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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.