mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Add more keys to la-arena Cargo.toml
This commit is contained in:
parent
6dc79952db
commit
a45099ee3e
1 changed files with 3 additions and 0 deletions
|
@ -3,5 +3,8 @@ name = "la-arena"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "Thy rope of sands..."
|
description = "Thy rope of sands..."
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
repository = "https://github.com/rust-analyzer/rust-analyzer"
|
||||||
|
documentation = "https://docs.rs/la-arena"
|
||||||
|
categories = ["data-structures", "memory-management", "rust-patterns"]
|
||||||
authors = ["rust-analyzer developers"]
|
authors = ["rust-analyzer developers"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
Loading…
Reference in a new issue