rust/lib/arena/Cargo.toml
Laurențiu Nicola 8457ae34bd Set MSRV
2021-10-23 15:07:11 +03:00

11 lines
350 B
TOML

[package]
name = "la-arena"
version = "0.3.0"
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 = "2021"
rust-version = "1.56"