8 lines
152 B
TOML
8 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]
|