From 879b8dc7200e310dcb78c72dcc95270593eef6b5 Mon Sep 17 00:00:00 2001 From: Shun Sakai Date: Wed, 4 Jun 2025 16:34:11 +0900 Subject: [PATCH] chore: Update `Cargo.toml` Set the `readme` field and the `categories` field. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 58879051cee..bcaf7cb284f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,11 @@ name = "edit" version = "1.1.0" edition = "2024" rust-version = "1.87" +readme = "README.md" repository = "https://github.com/microsoft/edit" homepage = "https://github.com/microsoft/edit" license = "MIT" +categories = ["text-editors"] [[bench]] name = "lib"