aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-06-10 15:14:06 +0100
committerGitHub <noreply@github.com>2024-06-10 15:14:06 +0100
commit92c2b6b69deb262a6be27c527af31e6039bcf6c6 (patch)
tree7c385c565e787f7d1220dc4b15dd735957cf7449
parentchore(deps): bump clap_complete_nushell from 4.5.1 to 4.5.2 (#2101) (diff)
downloadatuin-92c2b6b69deb262a6be27c527af31e6039bcf6c6.zip
fix(crate): add missing description (#2106)
-rw-r--r--crates/atuin-history/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"