rlox/vm/Cargo.toml

18 lines
285 B
TOML
Raw Permalink Normal View History

[package]
name = "rlox2-vm"
version = "0.1.0"
edition = "2021"
[dependencies.rlox2-frontend]
path = "../frontend"
[dependencies]
2024-09-02 05:19:30 +02:00
itertools = "0.13.0"
lazy_static = "1.5.0"
num-derive = "0.4.2"
num-traits = "0.2.19"
regex = "1.10.6"
static_assertions = "1.1.0"
thiserror = "1.0.63"