aboutsummaryrefslogtreecommitdiff
path: root/lib/arena
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arena')
-rw-r--r--lib/arena/Cargo.toml3
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"
3version = "0.1.0" 3version = "0.1.0"
4description = "Thy rope of sands..." 4description = "Thy rope of sands..."
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6repository = "https://github.com/rust-analyzer/rust-analyzer"
7documentation = "https://docs.rs/la-arena"
8categories = ["data-structures", "memory-management", "rust-patterns"]
6authors = ["rust-analyzer developers"] 9authors = ["rust-analyzer developers"]
7edition = "2018" 10edition = "2018"