[package] name = "rlox2-interpreter" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies.rlox2-frontend] path = "../frontend" [dev-dependencies] glob = "0.3" [dependencies] thiserror = "1" itertools = "0.13" rustc-hash = "2"