diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-06-10 15:25:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-10 15:25:21 +0100 |
| commit | 1ea10b0a08fffcb995ee7ec3a55910f6bfee9a07 (patch) | |
| tree | 22482525f84af0bd2dd3ca180b880d6349cef172 /crates/atuin-daemon/Cargo.toml | |
| parent | fix(crate): add missing description (#2106) (diff) | |
| download | atuin-1ea10b0a08fffcb995ee7ec3a55910f6bfee9a07.zip | |
fix(crate): add description to daemon crate (#2107)
`cargo publish --dry-run` should really catch this.
Diffstat (limited to 'crates/atuin-daemon/Cargo.toml')
| -rw-r--r-- | crates/atuin-daemon/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml index 06eb4428..3133bcdf 100644 --- a/crates/atuin-daemon/Cargo.toml +++ b/crates/atuin-daemon/Cargo.toml @@ -2,6 +2,8 @@ name = "atuin-daemon" edition = "2021" version = "0.2.0" +description = "The daemon crate for Atuin" + authors.workspace = true rust-version.workspace = true license.workspace = true |
