rust/lib/arena/Cargo.toml
2021-07-20 14:33:08 +03:00

9 lines
328 B
TOML

[package]
name = "la-arena"
version = "0.2.1"
description = "Simple index-based arena without deletion."
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"]
edition = "2018"