[package] name = "neofetch" version = "0.1.6" edition = "2021" repository = "https://github.com/ahaoboy/neofetch" license = "MIT" description = "neofetch" homepage = "https://github.com/ahaoboy/neofetch" authors = ["ahaoboy"] [dependencies] human_bytes = "0.4.3" regex = "1.10.6" ansi-width = "0.1.0" [target.'cfg(target_os = "windows")'.dependencies] glfw = "0.58.0" # The profile that 'cargo dist' will build with [profile.dist] inherits = "release" lto = "thin"