mirror of
https://github.com/microsoft/edit.git
synced 2025-07-03 22:43:22 +00:00
Add readme/categories to Cargo.toml (#415)
This commit is contained in:
parent
795f576f6a
commit
db1e813603
1 changed files with 2 additions and 0 deletions
|
@ -3,9 +3,11 @@ name = "edit"
|
||||||
version = "1.1.0"
|
version = "1.1.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
rust-version = "1.87"
|
rust-version = "1.87"
|
||||||
|
readme = "README.md"
|
||||||
repository = "https://github.com/microsoft/edit"
|
repository = "https://github.com/microsoft/edit"
|
||||||
homepage = "https://github.com/microsoft/edit"
|
homepage = "https://github.com/microsoft/edit"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
categories = ["text-editors"]
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "lib"
|
name = "lib"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue