mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 12:51:57 +00:00
12 lines
No EOL
377 B
TOML
12 lines
No EOL
377 B
TOML
[package]
|
|
name = "jsdoc"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
oxc_allocator = { path = "../../crates/oxc_allocator" }
|
|
oxc_ast = { path = "../../crates/oxc_ast" }
|
|
oxc_parser = { path = "../../crates/oxc_parser" }
|
|
oxc_semantic = { path = "../../crates/oxc_semantic" } |