localtime: add description in Cargo.toml
The description is required for publishing the crate.
This commit is contained in:
parent
9dba9130f8
commit
a0b434c320
|
|
@ -1,6 +1,7 @@
|
|||
[package]
|
||||
name = "radicle-localtime"
|
||||
version = "0.1.0"
|
||||
description = "Minimal, zero-dependency, monotonic, unix time library."
|
||||
edition.workspace = true
|
||||
homepage.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue