From e1a5a11edd5cc22f3d87b67cee65fe558ea73132 Mon Sep 17 00:00:00 2001 From: MasterGordon Date: Sat, 10 Aug 2024 12:45:51 +0200 Subject: [PATCH] updated package meta data --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index de62156..5d4a278 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,9 @@ [package] name = "fast-git-prompt" version = "0.1.0" +description = "A fast git prompt for zsh and bash." +license = "MIT" +repository = "https://github.com/MasterGordon/fast-git-prompt" edition = "2021" [dependencies]