oxc/examples/jsdoc/Cargo.toml
Shannon Rothe 7899cf545d
feat(semantic): parse jsdoc comments (#205)
Co-authored-by: Boshen <boshenc@gmail.com>
2023-04-12 16:47:19 +08:00

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" }