1
1
mirror of https://github.com/ellie/atuin.git synced 2024-09-11 21:18:22 +03:00

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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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