aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-06-10 15:25:21 +0100
committerGitHub <noreply@github.com>2024-06-10 15:25:21 +0100
commit1ea10b0a08fffcb995ee7ec3a55910f6bfee9a07 (patch)
tree22482525f84af0bd2dd3ca180b880d6349cef172
parentfix(crate): add missing description (#2106) (diff)
downloadatuin-1ea10b0a08fffcb995ee7ec3a55910f6bfee9a07.zip
fix(crate): add description to daemon crate (#2107)
`cargo publish --dry-run` should really catch this.
-rw-r--r--crates/atuin-daemon/Cargo.toml2
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