0618ff11cc
This is going to be the first of two interpreters from "Crafting Interpreters". Change-Id: I354ddd2357444648d0245f35d92176dd176525d8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2142 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
9 lines
215 B
TOML
9 lines
215 B
TOML
[package]
|
|
name = "rlox"
|
|
version = "0.1.0"
|
|
authors = ["Vincent Ambo <mail@tazj.in>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|