mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
oxc_allocator@0.0.1 oxc_ast@0.0.1 oxc_diagnostics@0.0.1 oxc_parser@0.0.1 oxc_printer@0.0.1 oxc_semantic@0.0.1 Generated by cargo-workspaces
14 lines
339 B
TOML
14 lines
339 B
TOML
[package]
|
|
name = "oxc_allocator"
|
|
version = "0.0.1"
|
|
authors.workspace = true
|
|
description.workspace = true
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
keywords.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
bumpalo = { workspace = true, features = ["collections"] }
|
|
serde = { workspace = true }
|