7 lines
152 B
TOML
7 lines
152 B
TOML
[package]
|
|
name = "slox"
|
|
description = "Slow Lox - Part 1 of R. Nystrom's Crafting Interpreters book"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|