From 574638db95a4cf898f6156fa1db375de7a1d49c3 Mon Sep 17 00:00:00 2001 From: jrmoulton Date: Thu, 14 Nov 2024 14:16:19 -0700 Subject: [PATCH] add description to editor core for release --- editor-core/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/editor-core/Cargo.toml b/editor-core/Cargo.toml index cddae0f3..f82f611b 100644 --- a/editor-core/Cargo.toml +++ b/editor-core/Cargo.toml @@ -4,6 +4,7 @@ version.workspace = true edition = "2021" repository = "https://github.com/lapce/floem" license.workspace = true +description = "The core of the floem text editor" [dependencies] serde = { workspace = true, optional = true }