mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
36 lines
864 B
TOML
36 lines
864 B
TOML
[package]
|
|
name = "oxc_traverse"
|
|
version = "0.39.0"
|
|
authors.workspace = true
|
|
categories.workspace = true
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
include = ["/src"]
|
|
keywords.workspace = true
|
|
license.workspace = true
|
|
publish = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
description.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
test = true
|
|
# Doctests must be enabled for this crate as they are used to run tests
|
|
# which check the soundness of its code
|
|
doctest = true
|
|
|
|
[dependencies]
|
|
oxc_allocator = { workspace = true }
|
|
oxc_ast = { workspace = true }
|
|
oxc_data_structures = { workspace = true }
|
|
oxc_ecmascript = { workspace = true }
|
|
oxc_semantic = { workspace = true }
|
|
oxc_span = { workspace = true }
|
|
oxc_syntax = { workspace = true }
|
|
|
|
compact_str = { workspace = true }
|
|
itoa = { workspace = true }
|
|
rustc-hash = { workspace = true }
|