rust/lib/arena/Cargo.toml

11 lines
367 B
TOML
Raw Normal View History

2019-01-04 16:01:06 +03:00
[package]
2021-01-14 18:47:42 +03:00
name = "la-arena"
2021-01-17 11:41:45 +03:00
version = "0.2.0"
2021-01-15 11:31:29 +03:00
description = "Simple index-based arena without deletion."
2020-07-14 10:57:26 +09:00
license = "MIT OR Apache-2.0"
2021-01-15 10:53:35 +11:00
repository = "https://github.com/rust-analyzer/rust-analyzer"
documentation = "https://docs.rs/la-arena"
categories = ["data-structures", "memory-management", "rust-patterns"]
2020-08-12 16:22:05 +02:00
authors = ["rust-analyzer developers"]
edition = "2018"