diff --git a/Cargo.toml b/Cargo.toml index 58879051ceec..bcaf7cb284f5 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"