[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] itertools = "0.13.0" rustc-hash = "2.0.0" smol_str = "0.2.2" thiserror = "1.0.63"