pixi 0.15.2

A package management and workflow tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
---
source: src/project/mod.rs
expression: "project.manifest.tasks(Some(Platform::Linux64),\n        &FeatureName::Default).unwrap()"
---
{
    TaskName(
        "test",
    ): Plain(
        "test linux",
    ),
}