simpleci 0.1.1

A simple tool to run CICD pipelines locally
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[[bin]]
name = "simpleci"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.35"

[dependencies.clap]
version = "4.5.2"
features = ["derive"]

[dependencies.colored]
version = "2"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_yaml]
version = "0.9"