pixi 0.15.2

A package management and workflow tool
Documentation
1
2
3
4
5
6
7
use serde::Deserialize;

#[derive(Default, Clone, Deserialize, Debug)]
#[serde(deny_unknown_fields)]
pub struct Activation {
    pub scripts: Option<Vec<String>>,
}