[package] name = "arch_msgs" version = "0.2.0" edition = "2021" authors = [ "Michael Picht "] license = "GPL-3.0-or-later" description = "Command line messages in the style that is used in Arch Linux scripts" keywords = ["arch_linux", "messages", "command_line", "cli"] categories = ["command-line-interface"] repository = "https://gitlab.com/rust-utils/arch_msgs" homepage = "https://gitlab.com/rust-utils/arch_msgs" readme = "README.md" documentation = "https://docs.rs/arch_msgs/latest/arch_msgs/" exclude = ["Makefile", ".git*", "CHANGELOG.md"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [badges] maintenance = { status = "actively-developed" } [dependencies] colored = "2"