Files
leaf/interpreter/Cargo.toml
T
2026-02-27 15:48:16 +01:00

14 lines
302 B
TOML

[package]
name = "leaf_interpreter"
version = "0.1.0"
edition = "2024"
[dependencies]
fxhash = "0.2.1"
leaf_allocators = { path = "../allocators" }
leaf_assembly = { path = "../assembly" }
leaf_compiler = { path = "../compiler" }
leaf_parser = { path = "../parser" }
scc = "3.3.7"
smallvec = "1.15.1"