From 543bbe9226b90b117637d95f28efdcbed0f38e89 Mon Sep 17 00:00:00 2001 From: Zixuan Chen Date: Thu, 29 Aug 2024 23:03:45 +0800 Subject: [PATCH] chore: rm keyword --- crates/delta/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/delta/Cargo.toml b/crates/delta/Cargo.toml index 50d6beb39..63a3997d0 100644 --- a/crates/delta/Cargo.toml +++ b/crates/delta/Cargo.toml @@ -7,7 +7,7 @@ description = "Loro internal library. It's used as a delta between two versions homepage = "https://loro.dev" repository = "https://github.com/loro-dev/loro/" authors = ["Zixuan Chen", "Liang Zhao"] -categories = ["data-structures", "text-editing"] +categories = ["data-structures"] keywords = ["rope"] [dependencies]