[go: up one dir, main page]

arch 0.3.0

A archlinux installer and manager
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "arch"
version = "0.3.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"

[dependencies]
inquire = { version = "0.7.4", features = ["date", "editor"] }
notifme = "0.0.2"
regex = "1.10.3"