cargo-modules 0.27.0

A cargo plugin for showing a tree-like overview of a crate's modules.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "$schema": "https://docs.renovatebot.com/renovate-schema.json",
    "extends": [
        "github>regexident/renovate-config-presets:rust",
        "github>regexident/renovate-config-presets:github-actions"
    ],
    "packageRules": [
        {
            "description": "pin rust-analyzer crates (fast-moving, reproducibility critical)",
            "groupName": "rust-analyzer dependencies",
            "groupSlug": "rust-analyzer-dependencies",
            "matchPackageNames": ["/^ra_ap_/"],
            "rangeStrategy": "pin"
        }
    ]
}