A criminally fast and simple system info fetching tool
at master 458 B view raw
1[package] 2name = "hypofetch" 3authors = ["shykeiichi <mail@keii.dev>"] 4homepage = "https://github.com/shykeiichi/hypofetch" 5readme = "README.md" 6description = "A criminally fast and simple system info fetching tool" 7categories = ["command-line-utilities"] 8version = "0.2.2" 9license = "MIT" 10edition = "2021" 11 12# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 13 14[dependencies] 15uptime_lib = "0.2.2" 16whoami = "1.2.3"