mirror of
https://github.com/MorizzG/rlox.git
synced 2025-12-06 04:12:42 +00:00
17 lines
256 B
TOML
17 lines
256 B
TOML
[package]
|
|
name = "rlox2-vm"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
|
|
[dependencies.rlox2-frontend]
|
|
path = "../frontend"
|
|
|
|
|
|
[dependencies]
|
|
itertools = "0.10.5"
|
|
lazy_static = "1.4.0"
|
|
num-derive = "0.3.3"
|
|
num-traits = "0.2.15"
|
|
regex = "1.7.1"
|
|
thiserror = "1.0.38"
|