[package]
name = "ginst"
version = "0.0.2"
edition = "2021"
description = "A generic installation tool, able to read and execute instructions from a json file."
license = "MIT"
[dependencies]
clap = { version = "4.1.1", features = ["derive"] }
json = "0.12.4"