rust-analyzer/lib/arena/Cargo.toml

11 lines
350 B
TOML
Raw Normal View History

2019-01-04 13:01:06 +00:00
[package]
2021-01-14 15:47:42 +00:00
name = "la-arena"
2021-10-05 03:10:25 +00:00
version = "0.3.0"
2021-01-15 08:31:29 +00:00
description = "Simple index-based arena without deletion."
2020-07-14 01:57:26 +00:00
license = "MIT OR Apache-2.0"
2021-01-14 23:53:35 +00:00
repository = "https://github.com/rust-analyzer/rust-analyzer"
documentation = "https://docs.rs/la-arena"
categories = ["data-structures", "memory-management", "rust-patterns"]
2021-10-21 15:49:28 +00:00
edition = "2021"
2021-10-23 12:07:11 +00:00
rust-version = "1.56"