From 6cb6f6308fcb4a2aea1a7eaa791c208ca963176c Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Tue, 18 Feb 2025 19:38:04 +0200 Subject: [PATCH] extensions/time: Add description to Cargo.toml --- extensions/time/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/time/Cargo.toml b/extensions/time/Cargo.toml index e58bb38ca..e843f947b 100644 --- a/extensions/time/Cargo.toml +++ b/extensions/time/Cargo.toml @@ -5,6 +5,7 @@ license.workspace = true name = "limbo_time" repository.workspace = true version.workspace = true +description = "Limbo time extension" [lib] crate-type = ["cdylib", "lib"]