From 04f2c95617d8d5f1f9143fe1d9b1f71279232445 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 11 Mar 2024 16:36:10 +0000 Subject: [PATCH] fix(crate): add missing description (#1861) --- atuin-dotfiles/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/atuin-dotfiles/Cargo.toml b/atuin-dotfiles/Cargo.toml index d26b3441..d2c6589a 100644 --- a/atuin-dotfiles/Cargo.toml +++ b/atuin-dotfiles/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "atuin-dotfiles" +description = "The dotfiles crate for Atuin" edition = "2021" version = "0.1.0" # intentionally not the same as the rest