mirror of
https://github.com/MorizzG/rlox.git
synced 2025-12-06 04:12:42 +00:00
18 lines
260 B
TOML
18 lines
260 B
TOML
[package]
|
|
name = "rlox2-vm"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
|
|
[dependencies.rlox2-frontend]
|
|
path = "../frontend"
|
|
|
|
|
|
[dependencies]
|
|
itertools = "0.13"
|
|
lazy_static = "1"
|
|
num-derive = "0.4"
|
|
num-traits = "0.2"
|
|
regex = "1"
|
|
thiserror = "1"
|
|
static_assertions = "1"
|