[package] name = "py-fetch" description = "Fetch your system and Python information from the terminal" license-file = "LICENSE" repository = "https://github.com/brandondoesdev/py-fetch/" version = "1.2.3" authors = ["BrandonDoesDev "] edition = "2021" keywords = ["python", "system", "cli", "tool"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] sysinfo = "0.23.13" whoami = "1.2.1"