Add readme/categories to Cargo.toml (#415)

This commit is contained in:
Shun Sakai 2025-06-05 06:01:12 +09:00 committed by GitHub
parent 795f576f6a
commit db1e813603
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"