rust/lib/arena/Cargo.toml

11 lines
367 B
TOML
Raw Normal View History

2019-01-04 14:01:06 +01:00
[package]
2021-01-14 16:47:42 +01:00
name = "la-arena"
2021-01-17 09:41:45 +01:00
version = "0.2.0"
2021-01-15 09:31:29 +01:00
description = "Simple index-based arena without deletion."
2020-07-14 03:57:26 +02:00
license = "MIT OR Apache-2.0"
2021-01-15 00:53:35 +01: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"