diff options
author | Aramis Razzaghipour <[email protected]> | 2021-01-14 23:53:35 +0000 |
---|---|---|
committer | Aramis Razzaghipour <[email protected]> | 2021-01-14 23:53:35 +0000 |
commit | a45099ee3ec0534de6e9aec0b56be64ac67c59a1 (patch) | |
tree | ac02a3c23a05afc925dc589c6854232a81b85fa3 | |
parent | 6dc79952db4be461dc7abaafed8601c8b86bb242 (diff) |
Add more keys to la-arena Cargo.toml
-rw-r--r-- | lib/arena/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/arena/Cargo.toml b/lib/arena/Cargo.toml index d47366b0b..1afec9bf8 100644 --- a/lib/arena/Cargo.toml +++ b/lib/arena/Cargo.toml | |||
@@ -3,5 +3,8 @@ name = "la-arena" | |||
3 | version = "0.1.0" | 3 | version = "0.1.0" |
4 | description = "Thy rope of sands..." | 4 | description = "Thy rope of sands..." |
5 | license = "MIT OR Apache-2.0" | 5 | license = "MIT OR Apache-2.0" |
6 | repository = "https://github.com/rust-analyzer/rust-analyzer" | ||
7 | documentation = "https://docs.rs/la-arena" | ||
8 | categories = ["data-structures", "memory-management", "rust-patterns"] | ||
6 | authors = ["rust-analyzer developers"] | 9 | authors = ["rust-analyzer developers"] |
7 | edition = "2018" | 10 | edition = "2018" |