chore: pkg renamed for crates.io

This commit is contained in:
2024-08-15 13:18:11 +02:00
parent 462116743e
commit a06ecee67f
2 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "ah"
name = "ah-pkg"
version = "0.3.0"
authors = ["Michał Czyż <mike@c2yz.com>"]
edition = "2021"
@@ -12,6 +12,10 @@ keywords = ["archlinux", "declarative", "package", "aur", "paru"]
license = "MIT"
readme = "README.md"
[[bin]]
path = "src/main.rs"
name = "ah"
[dependencies]
clap = { version = "4.5.10", features = ["derive"] }
colored = "2.1.0"