rust/crates/arena/Cargo.toml

10 lines
152 B
TOML
Raw Normal View History

2019-01-04 07:01:06 -06:00
[package]
2020-08-12 09:22:05 -05:00
name = "arena"
version = "0.0.0"
2020-07-13 20:57:26 -05:00
license = "MIT OR Apache-2.0"
2020-08-12 09:22:05 -05:00
authors = ["rust-analyzer developers"]
edition = "2018"
2019-11-17 09:35:05 -06:00
[lib]
doctest = false