sysmonitorrs 0.1.0

A System monitor written in rust for Windows, Mac, and Linux.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "sysmonitorrs"
version = "0.1.0"
edition = "2021"
authors = ["Nicholas Sin"]
description = "A System monitor written in rust for Windows, Mac, and Linux."
license = "MIT OR Apache-2.0"
keywords = ["utility", "command", "cmd", "shell"]
readme = "README.txt"

[dependencies]
sysinfo = "0.29.3"
crossterm = "0.25"