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

9 lines
174 B
TOML
Raw Normal View History

2022-12-30 15:53:19 +01:00
[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"