rust/lib/arena/Cargo.toml

11 lines
350 B
TOML
Raw Normal View History

2019-01-04 16:01:06 +03:00
[package]
2021-01-14 18:47:42 +03:00
name = "la-arena"
2021-10-05 14:10:25 +11:00
version = "0.3.0"
2021-01-15 11:31:29 +03:00
description = "Simple index-based arena without deletion."
2020-07-14 10:57:26 +09:00
license = "MIT OR Apache-2.0"
2021-01-15 10:53:35 +11: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 17:49:28 +02:00
edition = "2021"
2021-10-23 15:07:11 +03:00
rust-version = "1.56"