From 1ea10b0a08fffcb995ee7ec3a55910f6bfee9a07 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 10 Jun 2024 15:25:21 +0100 Subject: fix(crate): add description to daemon crate (#2107) `cargo publish --dry-run` should really catch this. --- crates/atuin-daemon/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/atuin-daemon') 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 -- cgit v1.3.1