tvl-depot/users/tazjin/rlox/Cargo.toml
Vincent Ambo 7fb93fb490 feat(tazjin/rlox): Bootstrap VM for Lox bytecode
Change-Id: I479e20bf2087e5c4aa20e31b364c57ed0d961bcf
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2416
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
2021-01-17 21:17:54 +00:00

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 = []