[package] name = "yarsi" version = "0.1.0" edition = "2021" authors = [ "PwnWriter < hey@pwnwriter.xyz >", "ashokcpg < hey@ashokcpg.com >" ] description = "Yet another rust system info fetcher." readme = "README.md" repository = "https://github.com/BinaryBrainiacs/yarsi" homepage = "https://github.com/BinaryBrainiacs/yarsi.git" license = "MIT" keywords = ["neofetch", "sysfetch", "sys-info", "modern", "fast" ] categories = ["accessibility", "command-line-utilities", "CLI" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nixinfo = "0.3.2" columns = "0.1.0" whoami = "1.3.0" [profile.release] lto = true panic = "abort"