rust-analyzer/lib/la-arena/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
397 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"
2023-06-20 03:49:05 +00:00
version = "0.3.1"
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"
2022-05-14 10:33:48 +00:00
repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/la-arena"
2021-01-14 23:53:35 +00:00
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"
[lints]
workspace = true