diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-06-10 15:14:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-10 15:14:06 +0100 |
| commit | 92c2b6b69deb262a6be27c527af31e6039bcf6c6 (patch) | |
| tree | 7c385c565e787f7d1220dc4b15dd735957cf7449 /crates | |
| parent | chore(deps): bump clap_complete_nushell from 4.5.1 to 4.5.2 (#2101) (diff) | |
| download | atuin-92c2b6b69deb262a6be27c527af31e6039bcf6c6.zip | |
fix(crate): add missing description (#2106)
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/atuin-history/Cargo.toml | 1 |
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" |
