This commit is contained in:
2024-07-24 19:38:44 +02:00
parent 610f94d1d4
commit d3d1b38f7e
3 changed files with 36 additions and 0 deletions

View File

@@ -1,8 +1,17 @@
[package]
name = "ah"
version = "0.1.0"
authors = ["Michał Czyż <mike@c2yz.com>"]
edition = "2021"
description = "A declarative package manager for Arch Linux"
homepage = "https://github.com/eRgo35/ah"
repository = "https://github.com/eRgo35/ah"
documentation = "https://github.com/eRgo35/ah"
license = "MIT"
keywords = ["archlinux", "declarative", "package", "aur", "paru"]
readme = "README.md"
[dependencies]
clap = { version = "4.5.10", features = ["derive"] }
colored = "2.1.0"