glim-tui 0.2.1

A TUI for monitoring GitLab CI/CD pipelines and projects
1
2
3
4
5
6
7
8
9
mod config;
mod normal;
mod pipeline_actions;
mod project_details;

pub use config::*;
pub use normal::*;
pub use pipeline_actions::*;
pub use project_details::*;