zinfo 0.2.4

A small system information program
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.crossterm]
version = "0.23"

[package]
authors = ["Maxwell Anderson <maxwell.anderson.public@protonmail.com"]
description = "A small system information program"
edition = "2021"
exclude = [".github"]
license = "MIT"
name = "zinfo"
repository = "https://github.com/Zaechus/zinfo"
resolver = "2"
version = "0.2.4"
[profile.release]
strip = true