[package] name = "arch" version = "0.5.0" edition = "2021" license = "GPL-2.0-or-later" keywords = ["archlinux","linux","installer","manager","utility"] categories = ["command-line-utilities"] readme = "README.md" authors = ["Willy Micieli"] repository = "https://github.com/otechdo/arch" description = "A archlinux installer and manager" [[bin]] name = "os" path = "src/os.rs" [dependencies] inquire = { version = "0.7.4", features = ["date", "editor"] } notifme = "0.0.2" regex = "1.10.3"