ginst 1.0.1

A generic installation tool, able to read and execute instructions from a json file.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.clap]
features = ["derive"]
version = "4.1.1"

[dependencies.libginst]
version = "0.1.0"

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