[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"