mfetch 0.0.2

📦 memory-focused system info tool written in Rust.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "mfetch"
version = "0.0.2"
authors = ["xdearboy <arsd3v@garticrashers.ru>"]
edition = "2021"
description = "📦 memory-focused system info tool written in Rust."
license = "MIT"
repository = "https://github.com/xdearboy/mfetch"


[dependencies]
colored = "3.0.0"

[[bin]]
name = "mfetch"
path = "src/main.rs"