rust/lib/arena/Cargo.toml

11 lines
346 B
TOML
Raw Normal View History

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