a291c8690a
GitOrigin-RevId: e6e19f3d81a982a62e1bba08f0b4f7fdc21b4ea0
10 lines
233 B
TOML
10 lines
233 B
TOML
[package]
|
|
name = "rlox"
|
|
version = "0.1.0"
|
|
authors = ["Vincent Ambo <mail@tazj.in>"]
|
|
edition = "2018"
|
|
|
|
[features]
|
|
# Enables debugging/disassembling in the bytecode interpreter. Off by
|
|
# default as it is quite spammy.
|
|
disassemble = []
|