Files
moli/moli-module-syntax/Cargo.toml
2026-08-11 00:10:12 +08:00

16 lines
256 B
TOML

[package]
license.workspace = true
name = "moli-module-syntax"
version = "0.1.0"
edition = "2024"
[dependencies]
oxc_allocator = "0.127.0"
oxc_ast = "0.127.0"
oxc_ast_visit = "0.127.0"
oxc_parser = "0.127.0"
oxc_span = "0.127.0"
[lints]
workspace = true