mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
13 lines
397 B
TOML
13 lines
397 B
TOML
[package]
|
|
name = "la-arena"
|
|
version = "0.3.1"
|
|
description = "Simple index-based arena without deletion."
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/la-arena"
|
|
documentation = "https://docs.rs/la-arena"
|
|
categories = ["data-structures", "memory-management", "rust-patterns"]
|
|
edition = "2021"
|
|
rust-version = "1.56"
|
|
|
|
[lints]
|
|
workspace = true
|