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
[package]
name = "ginst"
version = "1.0.1"
edition = "2021"
description = "A generic installation tool, able to read and execute instructions from a json file."
license = "GPL-3.0"

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

[dependencies]
clap = { version = "4.1.1", features = ["derive"] }
libginst = "0.1.0"