Files
leaf/compiler/Cargo.toml
T
2026-02-26 19:40:27 +01:00

11 lines
224 B
TOML

[package]
name = "leaf_compiler"
version = "0.1.0"
edition = "2024"
[dependencies]
leaf_parser = { path = "../parser" }
leaf_assembly = { path = "../assembly" }
leaf_allocators = { path = "../allocators" }
arcstr = "1.2.0"