From a06ecee67fc4f3cdb45aa58b7f5d9acedbdccdb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Thu, 15 Aug 2024 13:18:11 +0200 Subject: [PATCH] chore: pkg renamed for crates.io --- Cargo.lock | 2 +- Cargo.toml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4d8aa8..5a8e5dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3,7 +3,7 @@ version = 3 [[package]] -name = "ah" +name = "ah-pkg" version = "0.3.0" dependencies = [ "clap", diff --git a/Cargo.toml b/Cargo.toml index e23b959..e2d5d62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "ah" +name = "ah-pkg" version = "0.3.0" authors = ["Michał Czyż "] 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"