localtime: add description in Cargo.toml

The description is required for publishing the crate.
This commit is contained in:
Fintan Halpenny 2026-02-20 13:48:06 +00:00
parent 9dba9130f8
commit a0b434c320
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
[package] [package]
name = "radicle-localtime" name = "radicle-localtime"
version = "0.1.0" version = "0.1.0"
description = "Minimal, zero-dependency, monotonic, unix time library."
edition.workspace = true edition.workspace = true
homepage.workspace = true homepage.workspace = true
license.workspace = true license.workspace = true