crafting-interpreters-jlox-.../Cargo.toml

11 lines
166 B
TOML

[package]
name = "jlox-rust"
version = "0.1.0"
edition = "2021"
default-run = "jlox-rust"
[dependencies]
anyhow = "1.0.83"
itertools = "0.12.1"
thiserror = "1.0.60"