rust-crafting-interpreters-.../Cargo.toml

8 lines
174 B
TOML

[package]
name = "slox"
description = "Slow Lox - Part 1 of R. Nystrom's Crafting Interpreters book"
version = "0.1.0"
edition = "2021"
[dependencies]
lazy_static = "1.4.0"