cci 0.0.1

Control your CI/CD
Documentation
1
2
3
4
5
6
7
8
9
10
11
CciConfig(
    presets: [
        RustLibrary(RustLibraryConfig(
            version: "stable",
            coverage: true,
            linter: true,
            security: true,
            formatter: true,
        )),
    ],
)