oxc/crates/oxc_allocator/Cargo.toml
2023-02-11 01:05:07 -08:00

14 lines
346 B
TOML

[package]
name = "oxc_allocator"
authors.workspace = true
description.workspace = true
edition.workspace = true
homepage.workspace = true
keywords.workspace = true
license.workspace = true
repository.workspace = true
version.workspace = true
[dependencies]
bumpalo = { workspace = true, features = ["collections"] }
serde = { workspace = true }