ginst 0.0.2

A generic installation tool, able to read and execute instructions from a json file.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[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"

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

[dependencies]
clap = { version = "4.1.1", features = ["derive"] }
json = "0.12.4"