simpleci 0.1.1

A simple tool to run CICD pipelines locally
[package]
name = "simpleci"
version = "0.1.1"
edition = "2021"
description = "A simple tool to run CICD pipelines locally"
license = "GPL-3.0-or-later"
repository = "https://gitlab.com/FrancoisSevestre/simple-ci-rust-edition"
homepage = "https://gitlab.com/FrancoisSevestre/simple-ci-rust-edition"
readme = "README.md"
documentation = "https://gitlab.com/FrancoisSevestre/simple-ci-rust-edition/-/wikis/home"
categories = ["command-line-utilities"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
colored = "2"
clap = { version = "4.5.2", features = ["derive"] }
chrono = "0.4.35"