fluentci-types 0.1.8

Programmable CI/CD engine without Containers, built on top of Nix ❄️
Documentation
1
2
3
4
5
6
use serde::{Deserialize, Serialize};

#[derive(Serialize, Deserialize)]
pub struct Pixi {
    pub id: String,
}