From 9b84e7e919ba2f05189bebed03b4721fcc26a764 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Tue, 18 Feb 2025 19:34:32 +0200 Subject: [PATCH] extensions/core: Add description to Cargo.toml --- extensions/core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/core/Cargo.toml b/extensions/core/Cargo.toml index 9e8b6b71a..ff51ca204 100644 --- a/extensions/core/Cargo.toml +++ b/extensions/core/Cargo.toml @@ -5,7 +5,7 @@ authors.workspace = true edition.workspace = true license.workspace = true repository.workspace = true - +description = "Limbo extensions core" [features] default = []