ginst 0.1.3

A generic installation tool, able to read and execute instructions from a json file.
[dependencies.clap]
features = ["derive"]
version = "4.1.1"

[dependencies.crossterm]
version = "0.25.0"

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

[dependencies.serde_json]
version = "1.0.91"

[dependencies.serde_yaml]
version = "0.9.17"

[dependencies.tui]
version = "0.19.0"

[package]
description = "A generic installation tool, able to read and execute instructions from a json file."
edition = "2021"
license = "MIT"
name = "ginst"
readme = "README.md"
version = "0.1.3"