zerofetch 1.0.0

A fast and clean system fetch tool powered by syspeek
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "zerofetch"
version = "1.0.0"
description = "A fast and clean system fetch tool powered by syspeek"
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
readme = "Readme.md"
keywords = ["fetch", "system-info", "cli", "terminal", "rust"]
categories = ["command-line-utilities"]

[dependencies]
syspeek = "1.3.0"
owo-colors = "4"
serde_json = "1"