mirror of
https://github.com/eRgo35/ah.git
synced 2025-12-14 22:06:11 +01:00
18 lines
486 B
TOML
18 lines
486 B
TOML
[package]
|
|
name = "ah"
|
|
version = "0.2.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"
|
|
keywords = ["archlinux", "declarative", "package", "aur", "paru"]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.10", features = ["derive"] }
|
|
colored = "2.1.0"
|