From 5a92951f9840c986ea886219f17f910e4159c028 Mon Sep 17 00:00:00 2001 From: iff Date: Mon, 9 Dec 2024 16:46:09 +0100 Subject: [PATCH] chore: project descriptions --- core/Cargo.toml | 2 +- parser/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 400daaf..1a2bf4c 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -5,7 +5,7 @@ version = "0.6.1" edition = "2021" # for crates.io -description = "Terminal command suggestion, alternative to thefuck written in Rust with AI support" +description = "Command suggestions, command-not-found and thefuck replacement written in Rust" homepage = "https://codeberg.org/iff/pay-respects" repository = "https://github.com/iffse/pay-respects" keywords = ["cli", "terminal", "utility", "shell"] diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 960ff2a..a868c26 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -4,7 +4,7 @@ version = "0.3.3" edition = "2021" # for crates.io -description = "Compile time rule parser for pay-respects" +description = "Compile time rule parser for the pay-respects CLI tool" repository = "https://github.com/iffse/pay-respects" license = "AGPL-3.0" include = [