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 }