fix(crate): add description to daemon crate (#2107)

`cargo publish --dry-run` should really catch this.
This commit is contained in:
Ellie Huxtable
2024-06-10 15:25:21 +01:00
committed by GitHub
parent 92c2b6b69d
commit 1ea10b0a08

View File

@@ -2,6 +2,8 @@
name = "atuin-daemon" name = "atuin-daemon"
edition = "2021" edition = "2021"
version = "0.2.0" version = "0.2.0"
description = "The daemon crate for Atuin"
authors.workspace = true authors.workspace = true
rust-version.workspace = true rust-version.workspace = true
license.workspace = true license.workspace = true