mirror of
https://github.com/lexmount/moli.git
synced 2026-09-22 16:01:27 +00:00
16 lines
256 B
TOML
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
|