retch-cli 0.1.0

A minimal system information fetcher
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "retch-cli"
version = "0.1.0"
edition = "2021"
authors = ["Ken Tobias"]
description = "A minimal system information fetcher"
license = "GPL-3.0"
repository = "https://github.com/l1a/retch"
readme = "README.md"
keywords = ["system", "fetch", "cli"]
categories = ["command-line-utilities"]

[dependencies]