From 92c2b6b69deb262a6be27c527af31e6039bcf6c6 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 10 Jun 2024 15:14:06 +0100 Subject: [PATCH] fix(crate): add missing description (#2106) --- crates/atuin-history/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/atuin-history/Cargo.toml b/crates/atuin-history/Cargo.toml index 4437da94..d216b4f3 100644 --- a/crates/atuin-history/Cargo.toml +++ b/crates/atuin-history/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "atuin-history" +description = "The history crate for Atuin" edition = "2021" version = "0.2.0"