Files
leaf/interpreter/Cargo.toml
T

12 lines
224 B
TOML
Raw Normal View History

2025-11-11 20:11:55 +01:00
[package]
name = "leaf_interpreter"
version = "0.1.0"
edition = "2024"
[dependencies]
fxhash = "0.2.1"
leaf_allocators = { path = "../allocators" }
leaf_assembly = { path = "../assembly" }
scc = "3.3.7"
smallvec = "1.15.1"